Searched refs:snd_ac97_write_cache (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 325 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write_cache() function 335 EXPORT_SYMBOL(snd_ac97_write_cache); 1053 snd_ac97_write_cache(ac97, reg, val | mask); in snd_ac97_try_volume_mix() 1111 snd_ac97_write_cache(ac97, reg, orig); in snd_ac97_try_bit() 1128 snd_ac97_write_cache(ac97, reg, AC97_MUTE_MASK_STEREO); in snd_ac97_change_volume_params2() 1191 snd_ac97_write_cache(ac97, reg, val | mute_mask); in snd_ac97_cmute_new_stereo() 1252 snd_ac97_write_cache( in snd_ac97_cvol_new() 1335 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max); in snd_ac97_mixer_build() 1351 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8); in snd_ac97_mixer_build() 1395 snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f); in snd_ac97_mixer_build() [all …]
|
| H A D | ac97_pcm.c | 321 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/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 | 2468 snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX], in snd_cs46xx_mixer()
|