Lines Matching refs:snd_ac97_write_cache

316  * snd_ac97_write_cache - write a value on the given register and update the cache
325 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value)
336 EXPORT_SYMBOL(snd_ac97_write_cache);
1065 snd_ac97_write_cache(ac97, reg, val | mask);
1123 snd_ac97_write_cache(ac97, reg, orig);
1140 snd_ac97_write_cache(ac97, reg, AC97_MUTE_MASK_STEREO);
1203 snd_ac97_write_cache(ac97, reg, val | mute_mask);
1264 snd_ac97_write_cache(
1347 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max);
1363 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8);
1407 snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f);
1422 snd_ac97_write_cache(
1533 snd_ac97_write_cache(ac97, AC97_PCM, init_val);
1564 snd_ac97_write_cache(ac97, AC97_REC_SEL, 0x0000);
1565 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x0000);
1576 snd_ac97_write_cache(ac97, AC97_REC_GAIN_MIC, 0x0000);
1652 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
1681 snd_ac97_write_cache(ac97, AC97_SPDIF, 0x2a20);
1745 snd_ac97_write_cache(ac97, reg, tmp & 0xffff);
1747 snd_ac97_write_cache(ac97, shadow_reg, tmp & 0xffff);
1805 snd_ac97_write_cache(ac97, reg, saved);
1807 snd_ac97_write_cache(ac97, shadow_reg, saved);
1929 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05);
2162 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a06);
2198 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0);
2200 snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */
2202 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0);
2205 snd_ac97_write_cache(ac97, AC97_GENERAL_PURPOSE, 0);
2224 snd_ac97_write_cache(ac97, AC97_LINE1_RATE, 8000);
2228 snd_ac97_write_cache(ac97, AC97_LINE2_RATE, 8000);
2232 snd_ac97_write_cache(ac97, AC97_HANDSET_RATE, 8000);
2235 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0);
2238 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0);
2261 snd_ac97_write_cache(ac97, AC97_EXTENDED_STATUS, reg);
2806 snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x0200);