Searched refs:AC97_3D_CONTROL (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dmioa701_wm9713.c146 reg = codec->read(codec, AC97_3D_CONTROL);
147 codec->write(codec, AC97_3D_CONTROL, reg | 0xc000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm9712.c137 SOC_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1),
138 SOC_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1),
139 SOC_SINGLE("3D Playback Volume", AC97_3D_CONTROL, 0, 15, 0),
H A Dwm9713.c114 SOC_ENUM_SINGLE(AC97_3D_CONTROL, 12, 3, wm9713_mic_select), /* mic selection 18 */
137 SOC_SINGLE_TLV("Mic 1 Preamp Volume", AC97_3D_CONTROL, 10, 3, 0, mic_tlv),
138 SOC_SINGLE_TLV("Mic 2 Preamp Volume", AC97_3D_CONTROL, 12, 3, 0, mic_tlv),
H A Dstac9766.c131 SOC_SINGLE("3D Volume", AC97_3D_CONTROL, 3, 2, 1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dac97_codec.h25 #define AC97_3D_CONTROL 0x0022 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_codec.c668 AC97_SINGLE("3D Control - Center", AC97_3D_CONTROL, 8, 15, 0),
669 AC97_SINGLE("3D Control - Depth", AC97_3D_CONTROL, 0, 15, 0)
1050 case AC97_3D_CONTROL:
1589 if (snd_ac97_try_volume_mix(ac97, AC97_3D_CONTROL)) {
1592 snd_ac97_write(ac97, AC97_3D_CONTROL, val);
1593 val = snd_ac97_read(ac97, AC97_3D_CONTROL);
1598 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16);
1602 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16);
1603 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
H A Dac97_patch.c331 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 9, 7, 0);
332 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
637 AC97_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1),
638 AC97_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1),
923 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0);
924 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
936 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 0, 3, 0);
940 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0);
941 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h59 #define AC97_3D_CONTROL 0x22 /* 3D Control (optional) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dml403-ac97cr.c234 [AC97_3D_CONTROL / 2] = {.flag = LM4550_REG_OK \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dswarm_cs4297a.c1218 cs4297a_write_ac97(s, AC97_3D_CONTROL, temp1);
1224 cs4297a_read_ac97(s, AC97_3D_CONTROL, &temp1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/nm256/
H A Dnm256.c1190 { AC97_3D_CONTROL, 0x8000 },

Completed in 89 milliseconds