Home
last modified time | relevance | path

Searched refs:snd_ac97_write_cache (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/sound/pci/ac97/
H A Dac97_patch.c876 snd_ac97_write_cache(ac97, 0x26, 0x0300); in patch_tritech_tr28028()
877 snd_ac97_write_cache(ac97, 0x26, 0x0000); in patch_tritech_tr28028()
2820 snd_ac97_write_cache(ac97, 0x7a, val); in patch_alc655()
3130 snd_ac97_write_cache(ac97, 0x70, 0x0100); in patch_cm9739()
3131 snd_ac97_write_cache(ac97, 0x72, 0x0020); in patch_cm9739()
3324 snd_ac97_write_cache(ac97, 0x70, 0x0100); in patch_cm9761()
3325 snd_ac97_write_cache(ac97, 0x72, 0x0020); in patch_cm9761()
3605 snd_ac97_write_cache(ac97, 0x5c, 0x20); in patch_vt1617a()
3851 snd_ac97_write_cache(ac97, 0x5E, 0x0808); in patch_it2646()
3852 snd_ac97_write_cache(ac97, 0x7A, 0x0808); in patch_it2646()
[all …]
H A Dac97_codec.c336 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()
1264 snd_ac97_write_cache( in snd_ac97_cvol_new()
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()
1745 snd_ac97_write_cache(ac97, 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()
2195 snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0); in snd_ac97_mixer()
[all …]
H A Dac97_proc.c374 snd_ac97_write_cache(ac97, reg, val); in snd_ac97_proc_regs_write()
H A Dac97_pcm.c322 snd_ac97_write_cache(ac97, AC97_EXTENDED_ID, es); in get_pslots()
/linux-6.15/sound/pci/ice1712/
H A Damp.c59 snd_ac97_write_cache(ice->ac97, 0x5a, in snd_vt1724_amp_add_controls()
/linux-6.15/include/sound/
H A Dac97_codec.h323 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
/linux-6.15/sound/pci/emu10k1/
H A Demumixer.c2154 snd_ac97_write_cache(emu->ac97, AC97_MASTER, 0x0000); in snd_emu10k1_mixer()
2156 snd_ac97_write_cache(emu->ac97, AC97_REC_SEL, 0x0000); in snd_emu10k1_mixer()
2173 snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202); in snd_emu10k1_mixer()
2178 snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202); in snd_emu10k1_mixer()
2179 snd_ac97_write_cache(emu->ac97, AC97_CENTER_LFE_MASTER, 0x0202); in snd_emu10k1_mixer()
/linux-6.15/sound/arm/
H A Daaci.c853 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x801e); in aaci_probe_ac97()
/linux-6.15/sound/pci/au88x0/
H A Dau88x0_core.c2326 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute()
2333 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute()
/linux-6.15/sound/pci/cs46xx/
H A Dcs46xx_lib.c2502 snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX], in snd_cs46xx_mixer()