Lines Matching refs:snd_ac97_write_cache
325 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write_cache() function
336 EXPORT_SYMBOL(snd_ac97_write_cache);
1065 snd_ac97_write_cache(ac97, reg, val | mask); in snd_ac97_try_volume_mix()
1123 snd_ac97_write_cache(ac97, reg, orig); in snd_ac97_try_bit()
1140 snd_ac97_write_cache(ac97, reg, AC97_MUTE_MASK_STEREO); in snd_ac97_change_volume_params2()
1203 snd_ac97_write_cache(ac97, reg, val | mute_mask); in snd_ac97_cmute_new_stereo()
1264 snd_ac97_write_cache( in snd_ac97_cvol_new()
1347 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max); in snd_ac97_mixer_build()
1363 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8); in snd_ac97_mixer_build()
1407 snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f); in snd_ac97_mixer_build()
1422 snd_ac97_write_cache( in snd_ac97_mixer_build()
1533 snd_ac97_write_cache(ac97, AC97_PCM, init_val); in snd_ac97_mixer_build()
1564 snd_ac97_write_cache(ac97, AC97_REC_SEL, 0x0000); in snd_ac97_mixer_build()
1565 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x0000); in snd_ac97_mixer_build()
1576 snd_ac97_write_cache(ac97, AC97_REC_GAIN_MIC, 0x0000); in snd_ac97_mixer_build()
1652 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in snd_ac97_mixer_build()
1681 snd_ac97_write_cache(ac97, AC97_SPDIF, 0x2a20); in snd_ac97_mixer_build()
1745 snd_ac97_write_cache(ac97, reg, tmp & 0xffff); in snd_ac97_test_rate()
1747 snd_ac97_write_cache(ac97, shadow_reg, tmp & 0xffff); in snd_ac97_test_rate()
1805 snd_ac97_write_cache(ac97, reg, saved); in snd_ac97_determine_rates()
1807 snd_ac97_write_cache(ac97, shadow_reg, saved); in snd_ac97_determine_rates()
1926 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05); in ac97_reset_wait()
2159 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a06); in snd_ac97_mixer()
2195 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0); in snd_ac97_mixer()
2197 snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */ in snd_ac97_mixer()
2199 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0); in snd_ac97_mixer()
2202 snd_ac97_write_cache(ac97, AC97_GENERAL_PURPOSE, 0); in snd_ac97_mixer()
2221 snd_ac97_write_cache(ac97, AC97_LINE1_RATE, 8000); in snd_ac97_mixer()
2225 snd_ac97_write_cache(ac97, AC97_LINE2_RATE, 8000); in snd_ac97_mixer()
2229 snd_ac97_write_cache(ac97, AC97_HANDSET_RATE, 8000); in snd_ac97_mixer()
2232 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0); in snd_ac97_mixer()
2235 snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0); in snd_ac97_mixer()
2258 snd_ac97_write_cache(ac97, AC97_EXTENDED_STATUS, reg); in snd_ac97_mixer()
2804 snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x0200); in tune_ad_sharing()