Searched refs:ac97_write (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/sound/soc/codecs/ |
| D | wm9713.c | 44 static int ac97_write(struct snd_soc_codec *codec, 231 ac97_write(codec, AC97_HANDSET_RATE, rate | 0x0200); in wm9713_voice_shutdown() 233 ac97_write(codec, AC97_HANDSET_RATE, rate | 0x0F00); in wm9713_voice_shutdown() 234 ac97_write(codec, AC97_EXTENDED_MID, status); in wm9713_voice_shutdown() 697 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, in ac97_write() function 797 ac97_write(codec, AC97_HANDSET_RATE, reg | 0x0080); in wm9713_set_pll() 799 ac97_write(codec, AC97_EXTENDED_MID, reg | 0x0200); in wm9713_set_pll() 809 ac97_write(codec, AC97_LINE1_LEVEL, reg); in wm9713_set_pll() 817 ac97_write(codec, AC97_LINE1_LEVEL, reg); in wm9713_set_pll() 821 ac97_write(codec, AC97_LINE1_LEVEL, reg); in wm9713_set_pll() [all …]
|
| D | wm9712.c | 37 static int ac97_write(struct snd_soc_codec *codec, 508 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, in ac97_write() function 531 ac97_write(codec, AC97_EXTENDED_STATUS, vra | 0x1); in ac97_prepare() 538 return ac97_write(codec, reg, runtime->rate); in ac97_prepare() 549 ac97_write(codec, AC97_EXTENDED_STATUS, vra | 0x1); in ac97_aux_prepare() 551 ac97_write(codec, AC97_PCI_SID, xsle | 0x8000); in ac97_aux_prepare() 556 return ac97_write(codec, AC97_PCM_SURR_DAC_RATE, runtime->rate); in ac97_aux_prepare() 608 ac97_write(codec, AC97_POWERDOWN, 0x0000); in wm9712_set_bias_level() 612 ac97_write(codec, AC97_EXTENDED_MSTATUS, 0xffff); in wm9712_set_bias_level() 613 ac97_write(codec, AC97_POWERDOWN, 0xffff); in wm9712_set_bias_level() [all …]
|
| D | wm9705.c | 227 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, in ac97_write() function 249 ac97_write(codec, AC97_EXTENDED_STATUS, vra | 0x1); in ac97_prepare() 256 return ac97_write(codec, reg, substream->runtime->rate); in ac97_prepare() 361 .write = ac97_write,
|
| /linux-4.4.14/sound/drivers/ |
| D | ml403-ac97cr.c | 363 int ac97_write; member 873 ml403_ac97cr->ac97_write, 936 ml403_ac97cr->ac97_write, ml403_ac97cr->ac97_read); 997 ml403_ac97cr->ac97_write++; 1041 reg, val, val, stat, rafaccess, ml403_ac97cr->ac97_write, 1226 ml403_ac97cr->ac97_write = 0;
|