Searched refs:ac97_write (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.c39 static int ac97_write(struct snd_soc_codec *codec,
230 ac97_write(codec, AC97_HANDSET_RATE, rate | 0x0200);
232 ac97_write(codec, AC97_HANDSET_RATE, rate | 0x0F00);
233 ac97_write(codec, AC97_EXTENDED_MID, status);
262 ac97_write(w->codec, AC97_PC_BEEP, beep & 0x7fff);
264 ac97_write(w->codec, AC97_PC_BEEP, beep | 0x8000);
267 ac97_write(w->codec, AC97_MASTER_TONE, tone & 0x7fff);
269 ac97_write(w->codec, AC97_MASTER_TONE, tone | 0x8000);
272 ac97_write(w->codec, AC97_PHONE, phone & 0x7fff);
274 ac97_write(
677 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, function
[all...]
H A Dad1980.c38 static int ac97_write(struct snd_soc_codec *codec,
128 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, function
174 ac97_write(codec, AC97_AD_SERIAL_CFG, 0x9900);
218 codec->write = ac97_write;
257 ac97_write(codec, AC97_MASTER, 0x0000);
258 ac97_write(codec, AC97_PCM, 0x0000);
259 ac97_write(codec, AC97_REC_GAIN, 0x0000);
260 ac97_write(codec, AC97_CENTER_LFE_MASTER, 0x0000);
261 ac97_write(codec, AC97_SURROUND_MASTER, 0x0000);
265 ac97_write(code
[all...]
H A Dwm9712.c30 static int ac97_write(struct snd_soc_codec *codec,
177 ac97_write(w->codec, AC97_VIDEO, mic & 0x7fff);
179 ac97_write(w->codec, AC97_VIDEO, mic | 0x8000);
182 ac97_write(w->codec, AC97_PCM, pcm & 0x7fff);
184 ac97_write(w->codec, AC97_PCM, pcm | 0x8000);
187 ac97_write(w->codec, AC97_LINE, line & 0x7fff);
189 ac97_write(w->codec, AC97_LINE, line | 0x8000);
192 ac97_write(w->codec, AC97_PHONE, phone & 0x7fff);
194 ac97_write(w->codec, AC97_PHONE, phone | 0x8000);
197 ac97_write(
462 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, function
[all...]
H A Dac97.c74 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, function
103 codec->write = ac97_write;
H A Dwm9705.c233 static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, function
257 ac97_write(codec, AC97_EXTENDED_STATUS, vra | 0x1);
264 return ac97_write(codec, reg, runtime->rate);
382 codec->write = ac97_write;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dml403-ac97cr.c359 int ac97_write; member in struct:snd_ml403_ac97cr
869 ml403_ac97cr->ac97_write,
932 ml403_ac97cr->ac97_write, ml403_ac97cr->ac97_read);
993 ml403_ac97cr->ac97_write++;
1037 reg, val, val, stat, rafaccess, ml403_ac97cr->ac97_write,
1223 ml403_ac97cr->ac97_write = 0;

Completed in 67 milliseconds