Lines Matching refs:snd_ac97_write_cache

341 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value)  in snd_ac97_write_cache()  function
352 EXPORT_SYMBOL(snd_ac97_write_cache);
1086 snd_ac97_write_cache(ac97, reg, val | mask); in snd_ac97_try_volume_mix()
1144 snd_ac97_write_cache(ac97, reg, orig); in snd_ac97_try_bit()
1161 snd_ac97_write_cache(ac97, reg, AC97_MUTE_MASK_STEREO); in snd_ac97_change_volume_params2()
1224 snd_ac97_write_cache(ac97, reg, val | mute_mask); in snd_ac97_cmute_new_stereo()
1285 snd_ac97_write_cache( in snd_ac97_cvol_new()
1364 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max); in snd_ac97_mixer_build()
1378 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8); in snd_ac97_mixer_build()
1417 snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f); in snd_ac97_mixer_build()
1429 snd_ac97_write_cache( in snd_ac97_mixer_build()
1521 snd_ac97_write_cache(ac97, AC97_PCM, init_val); in snd_ac97_mixer_build()
1549 snd_ac97_write_cache(ac97, AC97_REC_SEL, 0x0000); in snd_ac97_mixer_build()
1550 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x0000); in snd_ac97_mixer_build()
1558 snd_ac97_write_cache(ac97, AC97_REC_GAIN_MIC, 0x0000); in snd_ac97_mixer_build()
1623 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in snd_ac97_mixer_build()
1648 snd_ac97_write_cache(ac97, AC97_SPDIF, 0x2a20); in snd_ac97_mixer_build()
1705 snd_ac97_write_cache(ac97, reg, tmp & 0xffff); in snd_ac97_test_rate()
1707 snd_ac97_write_cache(ac97, shadow_reg, tmp & 0xffff); in snd_ac97_test_rate()
1765 snd_ac97_write_cache(ac97, reg, saved); in snd_ac97_determine_rates()
1767 snd_ac97_write_cache(ac97, shadow_reg, saved); in snd_ac97_determine_rates()
1886 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05); in ac97_reset_wait()
2116 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a06); in snd_ac97_mixer()
2151 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0); in snd_ac97_mixer()
2153 snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */ in snd_ac97_mixer()
2155 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0); in snd_ac97_mixer()
2158 snd_ac97_write_cache(ac97, AC97_GENERAL_PURPOSE, 0); in snd_ac97_mixer()
2177 snd_ac97_write_cache(ac97, AC97_LINE1_RATE, 8000); in snd_ac97_mixer()
2181 snd_ac97_write_cache(ac97, AC97_LINE2_RATE, 8000); in snd_ac97_mixer()
2185 snd_ac97_write_cache(ac97, AC97_HANDSET_RATE, 8000); in snd_ac97_mixer()
2188 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0); in snd_ac97_mixer()
2191 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0); in snd_ac97_mixer()
2214 snd_ac97_write_cache(ac97, AC97_EXTENDED_STATUS, reg); in snd_ac97_mixer()
2741 snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x0200); in tune_ad_sharing()