Lines Matching refs:snd_soc_write
1048 snd_soc_write(codec, AB8500_ANCCONF5, val >> 8 & 0xff); in anc_fir()
1049 snd_soc_write(codec, AB8500_ANCCONF6, val & 0xff); in anc_fir()
1075 snd_soc_write(codec, AB8500_ANCCONF7, 0); in anc_iir()
1076 snd_soc_write(codec, AB8500_ANCCONF8, val >> 16 & 0xff); in anc_iir()
1079 snd_soc_write(codec, AB8500_ANCCONF7, val >> 8 & 0xff); in anc_iir()
1080 snd_soc_write(codec, AB8500_ANCCONF8, val & 0xff); in anc_iir()
1171 snd_soc_write(codec, AB8500_SIDFIRADR, 0); in sid_status_control_put()
1175 snd_soc_write(codec, AB8500_SIDFIRCOEF1, val >> 8 & 0xff); in sid_status_control_put()
1176 snd_soc_write(codec, AB8500_SIDFIRCOEF2, val & 0xff); in sid_status_control_put()
2520 snd_soc_write(codec, AB8500_ANACONF5, in ab8500_codec_probe()
2522 snd_soc_write(codec, AB8500_SHORTCIRCONF, in ab8500_codec_probe()