Searched refs:AC97_3D_CONTROL (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/sound/soc/codecs/ |
A D | wm9712.c | 181 SOC_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1), 182 SOC_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1), 183 SOC_SINGLE("3D Playback Volume", AC97_3D_CONTROL, 0, 15, 0),
|
A D | wm9713.c | 88 SOC_ENUM_SINGLE(AC97_3D_CONTROL, 12, 3, wm9713_mic_select), /* mic selection 18 */ 110 SOC_SINGLE_TLV("Mic 1 Preamp Volume", AC97_3D_CONTROL, 10, 3, 0, mic_tlv), 111 SOC_SINGLE_TLV("Mic 2 Preamp Volume", AC97_3D_CONTROL, 12, 3, 0, mic_tlv),
|
A D | stac9766.c | 153 SOC_SINGLE("3D Volume", AC97_3D_CONTROL, 3, 2, 1),
|
/linux-6.3-rc2/include/sound/ac97/ |
A D | regs.h | 30 #define AC97_3D_CONTROL 0x22 /* 3D Control (optional) */ macro
|
/linux-6.3-rc2/sound/pci/ac97/ |
A D | ac97_patch.c | 305 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 9, 7, 0); in patch_yamaha_ymf7x3_3d() 306 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_yamaha_ymf7x3_3d() 608 AC97_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1), 609 AC97_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1), 898 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0); in patch_sigmatel_stac9700_3d() 899 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_sigmatel_stac9700_3d() 913 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 0, 3, 0); in patch_sigmatel_stac9708_3d() 919 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0); in patch_sigmatel_stac9708_3d() 920 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_sigmatel_stac9708_3d() 2950 AC97_SINGLE_VALUE(AC97_3D_CONTROL, 1, 0x07, 0); in patch_aztech_azf3328_specific() [all …]
|
A D | ac97_codec.c | 656 AC97_SINGLE("3D Control - Center", AC97_3D_CONTROL, 8, 15, 0), 657 AC97_SINGLE("3D Control - Depth", AC97_3D_CONTROL, 0, 15, 0) 1038 case AC97_3D_CONTROL: in snd_ac97_try_volume_mix() 1634 if (snd_ac97_try_volume_mix(ac97, AC97_3D_CONTROL)) { in snd_ac97_mixer_build() 1637 snd_ac97_write(ac97, AC97_3D_CONTROL, val); in snd_ac97_mixer_build() 1638 val = snd_ac97_read(ac97, AC97_3D_CONTROL); in snd_ac97_mixer_build() 1645 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16); in snd_ac97_mixer_build() 1651 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16); in snd_ac97_mixer_build() 1652 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in snd_ac97_mixer_build()
|
/linux-6.3-rc2/sound/pci/nm256/ |
A D | nm256.c | 1194 { AC97_3D_CONTROL, 0x8000 },
|
/linux-6.3-rc2/sound/pci/ |
A D | azt3328.c | 575 if (reg <= AC97_3D_CONTROL) { in snd_azf3328_mixer_ac97_map_reg_idx()
|
Completed in 28 milliseconds