Searched refs:snd_ac97_write_cache (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.c332 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
338 snd_ac97_write_cache(ac97, AC97_YMF7X3_3D_MODE_SEL, 0x0c00);
370 snd_ac97_write_cache(ac97, AC97_YMF7X3_DIT_CTRL, 0xa201);
427 snd_ac97_write_cache(ac97, 0x62, snd_ac97_read(ac97, 0x62) | 0x0008); */
501 snd_ac97_write_cache(ac97, AC97_WM97XX_FMIXER_VOL, 0x0808);
532 snd_ac97_write_cache(ac97, AC97_WM9704_TEST, 0x0200);
671 snd_ac97_write_cache(ac97, AC97_CODEC_CLASS_REV, 0x0808);
672 snd_ac97_write_cache(ac97, AC97_PCI_SVID, 0x0808);
673 snd_ac97_write_cache(ac97, AC97_VIDEO, 0x0808);
674 snd_ac97_write_cache(ac9
[all...]
H A Dac97_codec.c317 * snd_ac97_write_cache - write a value on the given register and update the cache
326 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) function
337 EXPORT_SYMBOL(snd_ac97_write_cache); variable
1077 snd_ac97_write_cache(ac97, reg, val | mask);
1132 snd_ac97_write_cache(ac97, reg, orig);
1149 snd_ac97_write_cache(ac97, reg, 0x8080);
1212 snd_ac97_write_cache(ac97, reg, val | mute_mask);
1271 snd_ac97_write_cache(ac97, reg,
1348 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max);
1362 snd_ac97_write_cache(ac9
[all...]
H A Dac97_pcm.c335 snd_ac97_write_cache(ac97, AC97_EXTENDED_ID, es);
H A Dac97_proc.c389 snd_ac97_write_cache(ac97, reg, val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Damp.c72 snd_ac97_write_cache(ice->ac97, 0x5a, snd_ac97_read(ice->ac97, 0x5a) & ~0x8000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demumixer.c1770 snd_ac97_write_cache(emu->ac97, AC97_MASTER, 0x0000);
1772 snd_ac97_write_cache(emu->ac97, AC97_REC_SEL, 0x0000);
1786 snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202);
1789 snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202);
1790 snd_ac97_write_cache(emu->ac97, AC97_CENTER_LFE_MASTER, 0x0202);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h563 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Daaci.c889 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x801e);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx_lib.c2326 snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX],

Completed in 126 milliseconds