aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/emu10k1/emumixer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emumixer.c b/sound/pci/emu10k1/emumixer.c
index b8221f385ff9..0469546fc333 100644
--- a/sound/pci/emu10k1/emumixer.c
+++ b/sound/pci/emu10k1/emumixer.c
@@ -1486,6 +1486,7 @@ int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu,
1486 "Wave Playback Volume", "OLD PCM Playback Volume", 1486 "Wave Playback Volume", "OLD PCM Playback Volume",
1487 "Wave Master Playback Volume", "Master Playback Volume", 1487 "Wave Master Playback Volume", "Master Playback Volume",
1488 "AMic Playback Volume", "Old Mic Playback Volume", 1488 "AMic Playback Volume", "Old Mic Playback Volume",
1489 "CD Capture Volume", "IEC958 Optical Capture Volume",
1489 NULL 1490 NULL
1490 }; 1491 };
1491 static char *audigy_remove_ctls_i2c_adc[] = { 1492 static char *audigy_remove_ctls_i2c_adc[] = {
@@ -1494,6 +1495,7 @@ int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu,
1494 "Mic Capture Volume", 1495 "Mic Capture Volume",
1495 "Analog Mix Capture Volume", 1496 "Analog Mix Capture Volume",
1496 "Aux Capture Volume", 1497 "Aux Capture Volume",
1498 "IEC958 Optical Capture Volume",
1497 NULL 1499 NULL
1498 }; 1500 };
1499 static char *audigy_remove_ctls_1361t_adc[] = { 1501 static char *audigy_remove_ctls_1361t_adc[] = {