• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/

Lines Matching refs:snd_ac97_write_cache

317  * 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)
337 EXPORT_SYMBOL(snd_ac97_write_cache);
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(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8);
1401 snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f);
1413 snd_ac97_write_cache(ac97, AC97_PC_BEEP,
1501 snd_ac97_write_cache(ac97, AC97_PCM, init_val);
1529 snd_ac97_write_cache(ac97, AC97_REC_SEL, 0x0000);
1530 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x0000);
1538 snd_ac97_write_cache(ac97, AC97_REC_GAIN_MIC, 0x0000);
1603 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
1628 snd_ac97_write_cache(ac97, AC97_SPDIF, 0x2a20);
1685 snd_ac97_write_cache(ac97, reg, tmp & 0xffff);
1687 snd_ac97_write_cache(ac97, shadow_reg, tmp & 0xffff);
1745 snd_ac97_write_cache(ac97, reg, saved);
1747 snd_ac97_write_cache(ac97, shadow_reg, saved);
1866 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05);
2093 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a06);
2125 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0);
2127 snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */
2129 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0);
2132 snd_ac97_write_cache(ac97, AC97_GENERAL_PURPOSE, 0);
2149 snd_ac97_write_cache(ac97, AC97_LINE1_RATE, 8000);
2153 snd_ac97_write_cache(ac97, AC97_LINE2_RATE, 8000);
2157 snd_ac97_write_cache(ac97, AC97_HANDSET_RATE, 8000);
2160 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0);
2163 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0);
2183 snd_ac97_write_cache(ac97, AC97_EXTENDED_STATUS, reg);
2693 snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x0200);