Searched refs:snd_ac97_write_cache (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/sound/pci/ac97/ |
D | ac97_patch.c | 306 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_yamaha_ymf7x3_3d() 312 snd_ac97_write_cache(ac97, AC97_YMF7X3_3D_MODE_SEL, 0x0c00); in patch_yamaha_ymf7x3_3d() 344 snd_ac97_write_cache(ac97, AC97_YMF7X3_DIT_CTRL, 0xa201); in patch_yamaha_ymf743_build_spdif() 471 snd_ac97_write_cache(ac97, AC97_WM97XX_FMIXER_VOL, 0x0808); in patch_wolfson_wm9703_specific() 503 snd_ac97_write_cache(ac97, AC97_WM9704_TEST, 0x0200); in patch_wolfson_wm9704_specific() 643 snd_ac97_write_cache(ac97, AC97_CODEC_CLASS_REV, 0x0808); in patch_wolfson_wm9711_specific() 644 snd_ac97_write_cache(ac97, AC97_PCI_SVID, 0x0808); in patch_wolfson_wm9711_specific() 645 snd_ac97_write_cache(ac97, AC97_VIDEO, 0x0808); in patch_wolfson_wm9711_specific() 646 snd_ac97_write_cache(ac97, AC97_AUX, 0x0808); in patch_wolfson_wm9711_specific() 647 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() 1348 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max); in snd_ac97_mixer_build() 1364 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8); in snd_ac97_mixer_build() 1408 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-5.19.10/sound/pci/ice1712/ |
D | amp.c | 59 snd_ac97_write_cache(ice->ac97, 0x5a, in snd_vt1724_amp_add_controls()
|
/linux-5.19.10/include/sound/ |
D | ac97_codec.h | 323 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/linux-5.19.10/sound/pci/emu10k1/ |
D | emumixer.c | 1929 snd_ac97_write_cache(emu->ac97, AC97_MASTER, 0x0000); in snd_emu10k1_mixer() 1931 snd_ac97_write_cache(emu->ac97, AC97_REC_SEL, 0x0000); in snd_emu10k1_mixer() 1948 snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202); in snd_emu10k1_mixer() 1953 snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202); in snd_emu10k1_mixer() 1954 snd_ac97_write_cache(emu->ac97, AC97_CENTER_LFE_MASTER, 0x0202); in snd_emu10k1_mixer()
|
/linux-5.19.10/sound/arm/ |
D | aaci.c | 860 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x801e); in aaci_probe_ac97()
|
/linux-5.19.10/sound/pci/au88x0/ |
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-5.19.10/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2505 snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX], in snd_cs46xx_mixer()
|