Searched refs:snd_ac97_write_cache (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/sound/pci/ac97/ |
D | ac97_patch.c | 304 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_yamaha_ymf7x3_3d() 310 snd_ac97_write_cache(ac97, AC97_YMF7X3_3D_MODE_SEL, 0x0c00); in patch_yamaha_ymf7x3_3d() 342 snd_ac97_write_cache(ac97, AC97_YMF7X3_DIT_CTRL, 0xa201); in patch_yamaha_ymf743_build_spdif() 467 snd_ac97_write_cache(ac97, AC97_WM97XX_FMIXER_VOL, 0x0808); in patch_wolfson_wm9703_specific() 498 snd_ac97_write_cache(ac97, AC97_WM9704_TEST, 0x0200); in patch_wolfson_wm9704_specific() 637 snd_ac97_write_cache(ac97, AC97_CODEC_CLASS_REV, 0x0808); in patch_wolfson_wm9711_specific() 638 snd_ac97_write_cache(ac97, AC97_PCI_SVID, 0x0808); in patch_wolfson_wm9711_specific() 639 snd_ac97_write_cache(ac97, AC97_VIDEO, 0x0808); in patch_wolfson_wm9711_specific() 640 snd_ac97_write_cache(ac97, AC97_AUX, 0x0808); in patch_wolfson_wm9711_specific() 641 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x0808); in patch_wolfson_wm9711_specific() [all …]
|
D | ac97_codec.c | 326 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write_cache() function 337 EXPORT_SYMBOL(snd_ac97_write_cache); 1066 snd_ac97_write_cache(ac97, reg, val | mask); in snd_ac97_try_volume_mix() 1124 snd_ac97_write_cache(ac97, reg, orig); in snd_ac97_try_bit() 1141 snd_ac97_write_cache(ac97, reg, AC97_MUTE_MASK_STEREO); in snd_ac97_change_volume_params2() 1204 snd_ac97_write_cache(ac97, reg, val | mute_mask); in snd_ac97_cmute_new_stereo() 1265 snd_ac97_write_cache( in snd_ac97_cvol_new() 1344 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max); in snd_ac97_mixer_build() 1358 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8); in snd_ac97_mixer_build() 1397 snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f); in snd_ac97_mixer_build() [all …]
|
D | ac97_proc.c | 374 snd_ac97_write_cache(ac97, reg, val); in snd_ac97_proc_regs_write()
|
D | ac97_pcm.c | 322 snd_ac97_write_cache(ac97, AC97_EXTENDED_ID, es); in get_pslots()
|
/Linux-v5.4/sound/pci/ice1712/ |
D | amp.c | 59 snd_ac97_write_cache(ice->ac97, 0x5a, in snd_vt1724_amp_add_controls()
|
/Linux-v5.4/include/sound/ |
D | ac97_codec.h | 322 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/Linux-v5.4/sound/pci/emu10k1/ |
D | emumixer.c | 1926 snd_ac97_write_cache(emu->ac97, AC97_MASTER, 0x0000); in snd_emu10k1_mixer() 1928 snd_ac97_write_cache(emu->ac97, AC97_REC_SEL, 0x0000); in snd_emu10k1_mixer() 1945 snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202); in snd_emu10k1_mixer() 1950 snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202); in snd_emu10k1_mixer() 1951 snd_ac97_write_cache(emu->ac97, AC97_CENTER_LFE_MASTER, 0x0202); in snd_emu10k1_mixer()
|
/Linux-v5.4/sound/arm/ |
D | aaci.c | 872 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x801e); in aaci_probe_ac97()
|
/Linux-v5.4/sound/pci/au88x0/ |
D | au88x0_core.c | 2325 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute() 2332 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute()
|
/Linux-v5.4/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2523 snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX], in snd_cs46xx_mixer()
|