Home
last modified time | relevance | path

Searched refs:ac97_read (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dwm9713.c39 static unsigned int ac97_read(struct snd_soc_codec *codec,
227 status = ac97_read(codec, AC97_EXTENDED_MID) | 0x1000; in wm9713_voice_shutdown()
228 rate = ac97_read(codec, AC97_HANDSET_RATE) & 0xF0FF; in wm9713_voice_shutdown()
675 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function
794 reg = ac97_read(codec, AC97_HANDSET_RATE); in wm9713_set_pll()
796 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_set_pll()
838 reg = ac97_read(codec, AC97_EXTENDED_MID); in wm9713_set_pll()
840 reg = ac97_read(codec, AC97_HANDSET_RATE); in wm9713_set_pll()
864 u16 reg = ac97_read(codec, AC97_CENTER_LFE_MASTER) & 0x9fff; in wm9713_set_dai_tristate()
884 reg = ac97_read(codec, AC97_HANDSET_RATE) & 0xf0ff; in wm9713_set_dai_clkdiv()
[all …]
Dwm9712.c32 static unsigned int ac97_read(struct snd_soc_codec *codec,
485 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function
527 vra = ac97_read(codec, AC97_EXTENDED_STATUS); in ac97_prepare()
545 vra = ac97_read(codec, AC97_EXTENDED_STATUS); in ac97_aux_prepare()
547 xsle = ac97_read(codec, AC97_PCI_SID); in ac97_aux_prepare()
623 if (ac97_read(codec, 0) == wm9712_reg[0]) in wm9712_reset()
630 if (ac97_read(codec, 0) != wm9712_reg[0]) in wm9712_reset()
685 ac97_write(codec, AC97_VIDEO, ac97_read(codec, AC97_VIDEO) | 0x3000); in wm9712_soc_probe()
706 .read = ac97_read,
Dwm9705.c204 static unsigned int ac97_read(struct snd_soc_codec *codec, unsigned int reg) in ac97_read() function
245 vra = ac97_read(codec, AC97_EXTENDED_STATUS); in ac97_prepare()
302 if (ac97_read(codec, 0) == wm9705_reg[0]) in wm9705_reset()
384 .read = ac97_read,
/linux-4.1.27/sound/drivers/
Dml403-ac97cr.c362 int ac97_read; member
874 ml403_ac97cr->ac97_read);
889 ml403_ac97cr->ac97_read++;
936 ml403_ac97cr->ac97_write, ml403_ac97cr->ac97_read);
1042 ml403_ac97cr->ac97_read);
1225 ml403_ac97cr->ac97_read = 0;