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

/linux-4.4.14/sound/soc/pxa/
H A Dmioa701_wm9713.c135 snd_soc_update_bits(codec, AC97_3D_CONTROL, 0xc000, 0xc000); mioa701_wm9713_init()
/linux-4.4.14/sound/soc/codecs/
H A Dwm9712.c146 SOC_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1),
147 SOC_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1),
148 SOC_SINGLE("3D Playback Volume", AC97_3D_CONTROL, 0, 15, 0),
H A Dstac9766.c131 SOC_SINGLE("3D Volume", AC97_3D_CONTROL, 3, 2, 1),
H A Dwm9713.c115 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),
/linux-4.4.14/sound/pci/ac97/
H A Dac97_codec.c677 AC97_SINGLE("3D Control - Center", AC97_3D_CONTROL, 8, 15, 0),
678 AC97_SINGLE("3D Control - Depth", AC97_3D_CONTROL, 0, 15, 0)
1059 case AC97_3D_CONTROL: snd_ac97_try_volume_mix()
1609 if (snd_ac97_try_volume_mix(ac97, AC97_3D_CONTROL)) { snd_ac97_mixer_build()
1612 snd_ac97_write(ac97, AC97_3D_CONTROL, val); snd_ac97_mixer_build()
1613 val = snd_ac97_read(ac97, AC97_3D_CONTROL); snd_ac97_mixer_build()
1618 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16); snd_ac97_mixer_build()
1622 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16); snd_ac97_mixer_build()
1623 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); snd_ac97_mixer_build()
H A Dac97_patch.c318 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 9, 7, 0); patch_yamaha_ymf7x3_3d()
319 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); patch_yamaha_ymf7x3_3d()
618 AC97_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1),
619 AC97_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1),
904 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0); patch_sigmatel_stac9700_3d()
905 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); patch_sigmatel_stac9700_3d()
917 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 0, 3, 0); patch_sigmatel_stac9708_3d()
921 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0); patch_sigmatel_stac9708_3d()
922 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); patch_sigmatel_stac9708_3d()
2927 AC97_SINGLE_VALUE(AC97_3D_CONTROL, 1, 0x07, 0); patch_aztech_azf3328_specific()
2934 AC97_SINGLE_VALUE(AC97_3D_CONTROL, 8, 0x03, 0); patch_aztech_azf3328_specific()
/linux-4.4.14/sound/oss/
H A Dswarm_cs4297a.c215 #define AC97_3D_CONTROL 0x0022 macro
1245 cs4297a_write_ac97(s, AC97_3D_CONTROL, temp1); mixer_ioctl()
1251 cs4297a_read_ac97(s, AC97_3D_CONTROL, &temp1); mixer_ioctl()
/linux-4.4.14/include/sound/
H A Dac97_codec.h59 #define AC97_3D_CONTROL 0x22 /* 3D Control (optional) */ macro
/linux-4.4.14/sound/drivers/
H A Dml403-ac97cr.c234 [AC97_3D_CONTROL / 2] = {.flag = LM4550_REG_OK \
/linux-4.4.14/sound/pci/
H A Dazt3328.c592 { /* AC97_3D_CONTROL */ IDX_MIXER_ADVCTL1 }, snd_azf3328_mixer_ac97_map_reg_idx()
599 if (reg <= AC97_3D_CONTROL) { snd_azf3328_mixer_ac97_map_reg_idx()
/linux-4.4.14/sound/pci/nm256/
H A Dnm256.c1195 { AC97_3D_CONTROL, 0x8000 },

Completed in 988 milliseconds