Searched refs:AC97_3D_CONTROL (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/sound/soc/pxa/ |
D | mioa701_wm9713.c | 146 reg = codec->driver->read(codec, AC97_3D_CONTROL); in mioa701_wm9713_init() 147 codec->driver->write(codec, AC97_3D_CONTROL, reg | 0xc000); in mioa701_wm9713_init()
|
/linux-2.6.39/sound/soc/codecs/ |
D | wm9712.c | 136 SOC_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1), 137 SOC_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1), 138 SOC_SINGLE("3D Playback Volume", AC97_3D_CONTROL, 0, 15, 0),
|
D | wm9713.c | 113 SOC_ENUM_SINGLE(AC97_3D_CONTROL, 12, 3, wm9713_mic_select), /* mic selection 18 */ 136 SOC_SINGLE_TLV("Mic 1 Preamp Volume", AC97_3D_CONTROL, 10, 3, 0, mic_tlv), 137 SOC_SINGLE_TLV("Mic 2 Preamp Volume", AC97_3D_CONTROL, 12, 3, 0, mic_tlv),
|
D | stac9766.c | 130 SOC_SINGLE("3D Volume", AC97_3D_CONTROL, 3, 2, 1),
|
/linux-2.6.39/sound/pci/ac97/ |
D | ac97_patch.c | 340 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 9, 7, 0); in patch_yamaha_ymf7x3_3d() 341 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_yamaha_ymf7x3_3d() 646 AC97_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1), 647 AC97_SINGLE("3D Lower Cut-off Switch", AC97_3D_CONTROL, 4, 1, 1), 932 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0); in patch_sigmatel_stac9700_3d() 933 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_sigmatel_stac9700_3d() 945 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 0, 3, 0); in patch_sigmatel_stac9708_3d() 949 kctl->private_value = AC97_SINGLE_VALUE(AC97_3D_CONTROL, 2, 3, 0); in patch_sigmatel_stac9708_3d() 950 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in patch_sigmatel_stac9708_3d() 2965 AC97_SINGLE_VALUE(AC97_3D_CONTROL, 1, 0x07, 0); in patch_aztech_azf3328_specific() [all …]
|
D | ac97_codec.c | 675 AC97_SINGLE("3D Control - Center", AC97_3D_CONTROL, 8, 15, 0), 676 AC97_SINGLE("3D Control - Depth", AC97_3D_CONTROL, 0, 15, 0) 1057 case AC97_3D_CONTROL: in snd_ac97_try_volume_mix() 1605 if (snd_ac97_try_volume_mix(ac97, AC97_3D_CONTROL)) { in snd_ac97_mixer_build() 1608 snd_ac97_write(ac97, AC97_3D_CONTROL, val); in snd_ac97_mixer_build() 1609 val = snd_ac97_read(ac97, AC97_3D_CONTROL); in snd_ac97_mixer_build() 1614 kctl->private_value = AC97_3D_CONTROL | (9 << 8) | (7 << 16); in snd_ac97_mixer_build() 1618 kctl->private_value = AC97_3D_CONTROL | (1 << 8) | (7 << 16); in snd_ac97_mixer_build() 1619 snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000); in snd_ac97_mixer_build()
|
/linux-2.6.39/include/linux/ |
D | ac97_codec.h | 25 #define AC97_3D_CONTROL 0x0022 macro
|
/linux-2.6.39/include/sound/ |
D | ac97_codec.h | 59 #define AC97_3D_CONTROL 0x22 /* 3D Control (optional) */ macro
|
/linux-2.6.39/sound/drivers/ |
D | ml403-ac97cr.c | 234 [AC97_3D_CONTROL / 2] = {.flag = LM4550_REG_OK \
|
/linux-2.6.39/sound/oss/ |
D | swarm_cs4297a.c | 1228 cs4297a_write_ac97(s, AC97_3D_CONTROL, temp1); in mixer_ioctl() 1234 cs4297a_read_ac97(s, AC97_3D_CONTROL, &temp1); in mixer_ioctl()
|
/linux-2.6.39/sound/pci/nm256/ |
D | nm256.c | 1190 { AC97_3D_CONTROL, 0x8000 },
|
/linux-2.6.39/sound/pci/ |
D | azt3328.c | 647 if (reg <= AC97_3D_CONTROL) { in snd_azf3328_mixer_ac97_map_reg_idx()
|