Home
last modified time | relevance | path

Searched refs:snd_soc_cache_write (Results 1 – 5 of 5) sorted by relevance

/sound/soc/codecs/
Dtlv320aic23.c559 snd_soc_cache_write(codec, 0x0A, 0); in tlv320aic23_probe()
560 snd_soc_cache_write(codec, 0x0B, 0); in tlv320aic23_probe()
561 snd_soc_cache_write(codec, 0x0C, 0); in tlv320aic23_probe()
562 snd_soc_cache_write(codec, 0x0D, 0); in tlv320aic23_probe()
563 snd_soc_cache_write(codec, 0x0E, 0); in tlv320aic23_probe()
Dlm4857.c51 ret = snd_soc_cache_write(codec, reg, value); in lm4857_write()
Dadau1701.c152 snd_soc_cache_write(codec, reg, value); in adau1701_write()
/sound/soc/
Dsoc-cache.c223 int snd_soc_cache_write(struct snd_soc_codec *codec, in snd_soc_cache_write() function
239 EXPORT_SYMBOL_GPL(snd_soc_cache_write);
Dsoc-io.c31 ret = snd_soc_cache_write(codec, reg, value); in hw_write()