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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm9712.c32 static unsigned int ac97_read(struct snd_soc_codec *codec,
183 l = ac97_read(w->codec, HPL_MIXER);
184 r = ac97_read(w->codec, HPR_MIXER);
185 beep = ac97_read(w->codec, AC97_PC_BEEP);
186 mic = ac97_read(w->codec, AC97_VIDEO);
187 phone = ac97_read(w->codec, AC97_PHONE);
188 line = ac97_read(w->codec, AC97_LINE);
189 pcm = ac97_read(w->codec, AC97_PCM);
190 aux = ac97_read(w->codec, AC97_CD);
470 static unsigned int ac97_read(struc function
[all...]
H A Dac97.c66 static unsigned int ac97_read(struct snd_soc_codec *codec, function
100 codec->read = ac97_read;

Completed in 25 milliseconds