Searched refs:ac97_write (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | wm9713.c | 41 static int ac97_write(struct snd_soc_codec *codec, 229 ac97_write(codec, AC97_HANDSET_RATE, rate | 0x0200); in wm9713_voice_shutdown() 231 ac97_write(codec, AC97_HANDSET_RATE, rate | 0x0F00); in wm9713_voice_shutdown() 232 ac97_write(codec, AC97_EXTENDED_MID, status); in wm9713_voice_shutdown() 695 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, in ac97_write() function 795 ac97_write(codec, AC97_HANDSET_RATE, reg | 0x0080); in wm9713_set_pll() 797 ac97_write(codec, AC97_EXTENDED_MID, reg | 0x0200); in wm9713_set_pll() 807 ac97_write(codec, AC97_LINE1_LEVEL, reg); in wm9713_set_pll() 815 ac97_write(codec, AC97_LINE1_LEVEL, reg); in wm9713_set_pll() 819 ac97_write(codec, AC97_LINE1_LEVEL, reg); in wm9713_set_pll() [all …]
|
D | wm9712.c | 34 static int ac97_write(struct snd_soc_codec *codec, 505 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, in ac97_write() function 528 ac97_write(codec, AC97_EXTENDED_STATUS, vra | 0x1); in ac97_prepare() 535 return ac97_write(codec, reg, runtime->rate); in ac97_prepare() 546 ac97_write(codec, AC97_EXTENDED_STATUS, vra | 0x1); in ac97_aux_prepare() 548 ac97_write(codec, AC97_PCI_SID, xsle | 0x8000); in ac97_aux_prepare() 553 return ac97_write(codec, AC97_PCM_SURR_DAC_RATE, runtime->rate); in ac97_aux_prepare() 605 ac97_write(codec, AC97_POWERDOWN, 0x0000); in wm9712_set_bias_level() 609 ac97_write(codec, AC97_EXTENDED_MSTATUS, 0xffff); in wm9712_set_bias_level() 610 ac97_write(codec, AC97_POWERDOWN, 0xffff); in wm9712_set_bias_level() [all …]
|
D | wm9705.c | 224 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, in ac97_write() function 246 ac97_write(codec, AC97_EXTENDED_STATUS, vra | 0x1); in ac97_prepare() 253 return ac97_write(codec, reg, substream->runtime->rate); in ac97_prepare() 385 .write = ac97_write,
|
/linux-4.1.27/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;
|