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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm9713.c37 static unsigned int ac97_read(struct snd_soc_codec *codec,
228 status = ac97_read(codec, AC97_EXTENDED_MID) | 0x1000;
229 rate = ac97_read(codec, AC97_HANDSET_RATE) & 0xF0FF;
250 l = ac97_read(w->codec, HPL_MIXER);
251 r = ac97_read(w->codec, HPR_MIXER);
252 beep = ac97_read(w->codec, AC97_PC_BEEP);
253 tone = ac97_read(w->codec, AC97_MASTER_TONE);
254 phone = ac97_read(w->codec, AC97_PHONE);
255 rec = ac97_read(w->codec, AC97_REC_SEL);
256 pcm = ac97_read(
658 static unsigned int ac97_read(struct snd_soc_codec *codec, function
[all...]
H A Dad1980.c36 static unsigned int ac97_read(struct snd_soc_codec *codec,
105 static unsigned int ac97_read(struct snd_soc_codec *codec, function
166 if (ac97_read(codec, AC97_RESET) == 0x0090)
176 if (ac97_read(codec, AC97_RESET) != 0x0090)
219 codec->read = ac97_read;
242 if (ac97_read(codec, AC97_VENDOR_ID1) != 0x4144)
245 vendor_id2 = ac97_read(codec, AC97_VENDOR_ID2);
264 ext_status = ac97_read(codec, AC97_EXTENDED_STATUS);
H A Dwm9712.c28 static unsigned int ac97_read(struct snd_soc_codec *codec,
167 l = ac97_read(w->codec, HPL_MIXER);
168 r = ac97_read(w->codec, HPR_MIXER);
169 beep = ac97_read(w->codec, AC97_PC_BEEP);
170 mic = ac97_read(w->codec, AC97_VIDEO);
171 phone = ac97_read(w->codec, AC97_PHONE);
172 line = ac97_read(w->codec, AC97_LINE);
173 pcm = ac97_read(w->codec, AC97_PCM);
174 aux = ac97_read(w->codec, AC97_CD);
443 static unsigned int ac97_read(struc function
[all...]
H A Dac97.c68 static unsigned int ac97_read(struct snd_soc_codec *codec, function
104 codec->read = ac97_read;
H A Dwm9705.c214 static unsigned int ac97_read(struct snd_soc_codec *codec, unsigned int reg) function
256 vra = ac97_read(codec, AC97_EXTENDED_STATUS);
313 if (ac97_read(codec, 0) == wm9705_reg[0])
383 codec->read = ac97_read;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dml403-ac97cr.c358 int ac97_read; member in struct:snd_ml403_ac97cr
870 ml403_ac97cr->ac97_read);
885 ml403_ac97cr->ac97_read++;
932 ml403_ac97cr->ac97_write, ml403_ac97cr->ac97_read);
1038 ml403_ac97cr->ac97_read);
1222 ml403_ac97cr->ac97_read = 0;

Completed in 426 milliseconds