Searched refs:snd_soc_cache_write (Results 1 – 5 of 5) sorted by relevance
/sound/soc/codecs/ |
D | tlv320aic23.c | 559 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()
|
D | lm4857.c | 51 ret = snd_soc_cache_write(codec, reg, value); in lm4857_write()
|
D | adau1701.c | 152 snd_soc_cache_write(codec, reg, value); in adau1701_write()
|
/sound/soc/ |
D | soc-cache.c | 223 int snd_soc_cache_write(struct snd_soc_codec *codec, in snd_soc_cache_write() function 239 EXPORT_SYMBOL_GPL(snd_soc_cache_write);
|
D | soc-io.c | 31 ret = snd_soc_cache_write(codec, reg, value); in hw_write()
|