Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/codecs/
Dwm9713.c36 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()
249 l = ac97_read(w->codec, HPL_MIXER); in mixer_event()
250 r = ac97_read(w->codec, HPR_MIXER); in mixer_event()
251 beep = ac97_read(w->codec, AC97_PC_BEEP); in mixer_event()
252 tone = ac97_read(w->codec, AC97_MASTER_TONE); in mixer_event()
253 phone = ac97_read(w->codec, AC97_PHONE); in mixer_event()
254 rec = ac97_read(w->codec, AC97_REC_SEL); in mixer_event()
255 pcm = ac97_read(w->codec, AC97_PCM); in mixer_event()
[all …]
Dwm9712.c27 static unsigned int ac97_read(struct snd_soc_codec *codec,
166 l = ac97_read(w->codec, HPL_MIXER); in mixer_event()
167 r = ac97_read(w->codec, HPR_MIXER); in mixer_event()
168 beep = ac97_read(w->codec, AC97_PC_BEEP); in mixer_event()
169 mic = ac97_read(w->codec, AC97_VIDEO); in mixer_event()
170 phone = ac97_read(w->codec, AC97_PHONE); in mixer_event()
171 line = ac97_read(w->codec, AC97_LINE); in mixer_event()
172 pcm = ac97_read(w->codec, AC97_PCM); in mixer_event()
173 aux = ac97_read(w->codec, AC97_CD); in mixer_event()
443 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function
[all …]
Dad1980.c99 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function
160 if (ac97_read(codec, AC97_RESET) == 0x0090) in ad1980_reset()
170 if (ac97_read(codec, AC97_RESET) != 0x0090) in ad1980_reset()
203 if (ac97_read(codec, AC97_VENDOR_ID1) != 0x4144) in ad1980_soc_probe()
206 vendor_id2 = ac97_read(codec, AC97_VENDOR_ID2); in ad1980_soc_probe()
225 ext_status = ac97_read(codec, AC97_EXTENDED_STATUS); in ad1980_soc_probe()
252 .read = ac97_read,
Dwm9705.c215 static unsigned int ac97_read(struct snd_soc_codec *codec, unsigned int reg) in ac97_read() function
256 vra = ac97_read(codec, AC97_EXTENDED_STATUS); in ac97_prepare()
312 if (ac97_read(codec, 0) == wm9705_reg[0]) in wm9705_reset()
387 .read = ac97_read,
Dac97.c63 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function
121 .read = ac97_read,
/linux-2.6.39/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);
1226 ml403_ac97cr->ac97_read = 0;