Searched refs:AC97_3D_CONTROL (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/sound/soc/pxa/ |
D | mioa701_wm9713.c | 135 snd_soc_update_bits(codec, AC97_3D_CONTROL, 0xc000, 0xc000); in mioa701_wm9713_init()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm9712.c | 146 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),
|
D | wm9713.c | 115 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),
|
D | stac9766.c | 131 SOC_SINGLE("3D Volume", AC97_3D_CONTROL, 3, 2, 1),
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_patch.c | 318 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 9, 7, 0); in patch_yamaha_ymf7x3_3d() 319 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in 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); in patch_sigmatel_stac9700_3d() 905 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_sigmatel_stac9700_3d() 917 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 0, 3, 0); in patch_sigmatel_stac9708_3d() 921 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0); in patch_sigmatel_stac9708_3d() 922 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_sigmatel_stac9708_3d() 2927 AC97_SINGLE_VALUE(AC97_3D_CONTROL, 1, 0x07, 0); in patch_aztech_azf3328_specific() [all …]
|
D | ac97_codec.c | 677 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: in snd_ac97_try_volume_mix() 1609 if (snd_ac97_try_volume_mix(ac97, AC97_3D_CONTROL)) { in snd_ac97_mixer_build() 1612 snd_ac97_write(ac97, AC97_3D_CONTROL, val); in snd_ac97_mixer_build() 1613 val = snd_ac97_read(ac97, AC97_3D_CONTROL); in snd_ac97_mixer_build() 1618 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16); in snd_ac97_mixer_build() 1622 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16); in snd_ac97_mixer_build() 1623 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in snd_ac97_mixer_build()
|
/linux-4.4.14/include/sound/ |
D | ac97_codec.h | 59 #define AC97_3D_CONTROL 0x22 /* 3D Control (optional) */ macro
|
/linux-4.4.14/sound/oss/ |
D | swarm_cs4297a.c | 215 #define AC97_3D_CONTROL 0x0022 macro 1245 cs4297a_write_ac97(s, AC97_3D_CONTROL, temp1); in mixer_ioctl() 1251 cs4297a_read_ac97(s, AC97_3D_CONTROL, &temp1); in mixer_ioctl()
|
/linux-4.4.14/sound/drivers/ |
D | ml403-ac97cr.c | 234 [AC97_3D_CONTROL / 2] = {.flag = LM4550_REG_OK \
|
/linux-4.4.14/sound/pci/nm256/ |
D | nm256.c | 1195 { AC97_3D_CONTROL, 0x8000 },
|
/linux-4.4.14/sound/pci/ |
D | azt3328.c | 599 if (reg <= AC97_3D_CONTROL) { in snd_azf3328_mixer_ac97_map_reg_idx()
|