Searched refs:snd_ac97_write_cache (Results 1 – 8 of 8) sorted by relevance
/linux/sound/pci/ac97/ |
H A D | ac97_codec.c | 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) 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(ac9 in snd_ac97_mixer_build() [all...] |
H A D | ac97_proc.c | 374 snd_ac97_write_cache(ac97, reg, val); in snd_ac97_proc_regs_write()
|
H A D | ac97_pcm.c | 322 snd_ac97_write_cache(ac97, AC97_EXTENDED_ID, es); in get_pslots()
|
/linux/sound/pci/ice1712/ |
H A D | amp.c | 59 snd_ac97_write_cache(ice->ac97, 0x5a, in snd_vt1724_amp_add_controls()
|
/linux/include/sound/ |
H A D | ac97_codec.h | 323 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/linux/sound/arm/ |
H A D | aaci.c | 853 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x801e); in aaci_probe_ac97()
|
/linux/sound/pci/au88x0/ |
H A D | au88x0_core.c | 2326 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute() 2333 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute()
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2502 snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX], in snd_cs46xx_mixer()
|