Home
last modified time | relevance | path

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

/sound/pci/ac97/
Dac97_patch.c319 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_yamaha_ymf7x3_3d()
325 snd_ac97_write_cache(ac97, AC97_YMF7X3_3D_MODE_SEL, 0x0c00); in patch_yamaha_ymf7x3_3d()
357 snd_ac97_write_cache(ac97, AC97_YMF7X3_DIT_CTRL, 0xa201); in patch_yamaha_ymf743_build_spdif()
482 snd_ac97_write_cache(ac97, AC97_WM97XX_FMIXER_VOL, 0x0808); in patch_wolfson_wm9703_specific()
513 snd_ac97_write_cache(ac97, AC97_WM9704_TEST, 0x0200); in patch_wolfson_wm9704_specific()
652 snd_ac97_write_cache(ac97, AC97_CODEC_CLASS_REV, 0x0808); in patch_wolfson_wm9711_specific()
653 snd_ac97_write_cache(ac97, AC97_PCI_SVID, 0x0808); in patch_wolfson_wm9711_specific()
654 snd_ac97_write_cache(ac97, AC97_VIDEO, 0x0808); in patch_wolfson_wm9711_specific()
655 snd_ac97_write_cache(ac97, AC97_AUX, 0x0808); in patch_wolfson_wm9711_specific()
656 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x0808); in patch_wolfson_wm9711_specific()
[all …]
Dac97_codec.c341 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write_cache() function
352 EXPORT_SYMBOL(snd_ac97_write_cache);
1086 snd_ac97_write_cache(ac97, reg, val | mask); in snd_ac97_try_volume_mix()
1144 snd_ac97_write_cache(ac97, reg, orig); in snd_ac97_try_bit()
1161 snd_ac97_write_cache(ac97, reg, AC97_MUTE_MASK_STEREO); in snd_ac97_change_volume_params2()
1224 snd_ac97_write_cache(ac97, reg, val | mute_mask); in snd_ac97_cmute_new_stereo()
1285 snd_ac97_write_cache( in snd_ac97_cvol_new()
1364 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max); in snd_ac97_mixer_build()
1378 snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8); in snd_ac97_mixer_build()
1417 snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f); in snd_ac97_mixer_build()
[all …]
Dac97_proc.c389 snd_ac97_write_cache(ac97, reg, val); in snd_ac97_proc_regs_write()
Dac97_pcm.c337 snd_ac97_write_cache(ac97, AC97_EXTENDED_ID, es); in get_pslots()
/sound/pci/ice1712/
Damp.c73 snd_ac97_write_cache(ice->ac97, 0x5a, in snd_vt1724_amp_add_controls()
/sound/pci/emu10k1/
Demumixer.c1940 snd_ac97_write_cache(emu->ac97, AC97_MASTER, 0x0000); in snd_emu10k1_mixer()
1942 snd_ac97_write_cache(emu->ac97, AC97_REC_SEL, 0x0000); in snd_emu10k1_mixer()
1959 snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202); in snd_emu10k1_mixer()
1964 snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202); in snd_emu10k1_mixer()
1965 snd_ac97_write_cache(emu->ac97, AC97_CENTER_LFE_MASTER, 0x0202); in snd_emu10k1_mixer()
/sound/arm/
Daaci.c876 snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x801e); in aaci_probe_ac97()
/sound/pci/au88x0/
Dau88x0_core.c2331 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute()
2338 snd_ac97_write_cache(vortex->codec, in vortex_adb_allocroute()
/sound/pci/cs46xx/
Dcs46xx_lib.c2535 snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX], in snd_cs46xx_mixer()