Searched refs:ac97_read (Results 1 – 5 of 5) sorted by relevance
/sound/soc/codecs/ |
D | wm9713.c | 38 static unsigned int ac97_read(struct snd_soc_codec *codec, 219 l = ac97_read(w->codec, HPL_MIXER); in mixer_event() 220 r = ac97_read(w->codec, HPR_MIXER); in mixer_event() 221 beep = ac97_read(w->codec, AC97_PC_BEEP); in mixer_event() 222 tone = ac97_read(w->codec, AC97_MASTER_TONE); in mixer_event() 223 phone = ac97_read(w->codec, AC97_PHONE); in mixer_event() 224 rec = ac97_read(w->codec, AC97_REC_SEL); in mixer_event() 225 pcm = ac97_read(w->codec, AC97_PCM); in mixer_event() 226 aux = ac97_read(w->codec, AC97_AUX); in mixer_event() 627 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function [all …]
|
D | wm9712.c | 27 static unsigned int ac97_read(struct snd_soc_codec *codec, 181 l = ac97_read(w->codec, HPL_MIXER); in mixer_event() 182 r = ac97_read(w->codec, HPR_MIXER); in mixer_event() 183 beep = ac97_read(w->codec, AC97_PC_BEEP); in mixer_event() 184 mic = ac97_read(w->codec, AC97_VIDEO); in mixer_event() 185 phone = ac97_read(w->codec, AC97_PHONE); in mixer_event() 186 line = ac97_read(w->codec, AC97_LINE); in mixer_event() 187 pcm = ac97_read(w->codec, AC97_PCM); in mixer_event() 188 aux = ac97_read(w->codec, AC97_CD); in mixer_event() 458 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function [all …]
|
D | ad1980.c | 27 static unsigned int ac97_read(struct snd_soc_codec *codec, 110 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function 171 if (ac97_read(codec, AC97_RESET) == 0x0090) in ad1980_reset() 181 if (ac97_read(codec, AC97_RESET) != 0x0090) in ad1980_reset() 224 codec->read = ac97_read; in ad1980_soc_probe() 247 if (ac97_read(codec, AC97_VENDOR_ID1) != 0x4144) in ad1980_soc_probe() 250 vendor_id2 = ac97_read(codec, AC97_VENDOR_ID2); in ad1980_soc_probe() 269 ext_status = ac97_read(codec, AC97_EXTENDED_STATUS); in ad1980_soc_probe()
|
D | ac97.c | 64 static unsigned int ac97_read(struct snd_soc_codec *codec, in ac97_read() function 98 codec->read = ac97_read; in ac97_soc_probe()
|
/sound/drivers/ |
D | ml403-ac97cr.c | 361 int ac97_read; member 873 ml403_ac97cr->ac97_read); 888 ml403_ac97cr->ac97_read++; 935 ml403_ac97cr->ac97_write, ml403_ac97cr->ac97_read); 1041 ml403_ac97cr->ac97_read); 1225 ml403_ac97cr->ac97_read = 0;
|