Home
last modified time | relevance | path

Searched refs:AC97_3D_CONTROL (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/ac97/
H A Dregs.h30 #define AC97_3D_CONTROL 0x22 /* 3D Control (optional) */ macro
/linux/sound/pci/ac97/
H A Dac97_codec.c648 AC97_SINGLE("3D Control - Center", AC97_3D_CONTROL, 8, 15, 0),
649 AC97_SINGLE("3D Control - Depth", AC97_3D_CONTROL, 0, 15, 0)
1026 case AC97_3D_CONTROL: in snd_ac97_try_volume_mix()
1622 if (snd_ac97_try_volume_mix(ac97, AC97_3D_CONTROL)) { in snd_ac97_mixer_build()
1625 snd_ac97_write(ac97, AC97_3D_CONTROL, val); in snd_ac97_mixer_build()
1626 val = snd_ac97_read(ac97, AC97_3D_CONTROL); in snd_ac97_mixer_build()
1633 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16); in snd_ac97_mixer_build()
1639 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16); in snd_ac97_mixer_build()
1640 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in snd_ac97_mixer_build()
/linux/sound/soc/codecs/
H A Dstac9766.c153 SOC_SINGLE("3D Volume", AC97_3D_CONTROL, 3, 2, 1),