diff options
Diffstat (limited to 'sound/pci/emu10k1/emumixer.c')
-rw-r--r-- | sound/pci/emu10k1/emumixer.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emumixer.c b/sound/pci/emu10k1/emumixer.c index 306fe4aa4aa5..2e86a901a0a4 100644 --- a/sound/pci/emu10k1/emumixer.c +++ b/sound/pci/emu10k1/emumixer.c | |||
@@ -866,7 +866,17 @@ int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu, | |||
866 | c = emu10k1_rename_ctls; | 866 | c = emu10k1_rename_ctls; |
867 | for (; *c; c += 2) | 867 | for (; *c; c += 2) |
868 | rename_ctl(card, c[0], c[1]); | 868 | rename_ctl(card, c[0], c[1]); |
869 | 869 | if (emu->card_capabilities->subsystem == 0x20071102) { /* Audigy 4 Pro */ | |
870 | rename_ctl(card, "Line2 Capture Volume", "Line1/Mic Capture Volume"); | ||
871 | rename_ctl(card, "Analog Mix Capture Volume", "Line2 Capture Volume"); | ||
872 | rename_ctl(card, "Aux2 Capture Volume", "Line3 Capture Volume"); | ||
873 | rename_ctl(card, "Mic Capture Volume", "Unknown1 Capture Volume"); | ||
874 | remove_ctl(card, "Headphone Playback Switch"); | ||
875 | remove_ctl(card, "Headphone Playback Volume"); | ||
876 | remove_ctl(card, "3D Control - Center"); | ||
877 | remove_ctl(card, "3D Control - Depth"); | ||
878 | remove_ctl(card, "3D Control - Switch"); | ||
879 | } | ||
870 | if ((kctl = emu->ctl_send_routing = snd_ctl_new1(&snd_emu10k1_send_routing_control, emu)) == NULL) | 880 | if ((kctl = emu->ctl_send_routing = snd_ctl_new1(&snd_emu10k1_send_routing_control, emu)) == NULL) |
871 | return -ENOMEM; | 881 | return -ENOMEM; |
872 | kctl->id.device = pcm_device; | 882 | kctl->id.device = pcm_device; |