aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-22 08:33:27 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:29:33 -0500
commit6a81dbf23df5400e4f8182e9f2eb52fabcf42015 (patch)
treef80f141a9430eaa6ff1d334b51dd33d90b030c0d /sound/pci/ice1712
parent1f14a657d87aa0e1a6c08c2e31588fbca34a8844 (diff)
[ALSA] ice1712 - Fix Front Digital Input of Terratec DMX 6Fire
Modules: ICE1712 driver Fix the inverted switch of 'Front Digital Input' of Terratec DMX 6Fire. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712')
-rw-r--r--sound/pci/ice1712/ews.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ews.c b/sound/pci/ice1712/ews.c
index 2127d57da190..2c529e741384 100644
--- a/sound/pci/ice1712/ews.c
+++ b/sound/pci/ice1712/ews.c
@@ -917,7 +917,7 @@ static struct snd_kcontrol_new snd_ice1712_6fire_controls[] __devinitdata = {
917 .get = snd_ice1712_6fire_select_input_get, 917 .get = snd_ice1712_6fire_select_input_get,
918 .put = snd_ice1712_6fire_select_input_put, 918 .put = snd_ice1712_6fire_select_input_put,
919 }, 919 },
920 DMX6FIRE_CONTROL("Front Digital Input Switch", 2, 0), 920 DMX6FIRE_CONTROL("Front Digital Input Switch", 2, 1),
921 // DMX6FIRE_CONTROL("Master Clock Select", 3, 0), 921 // DMX6FIRE_CONTROL("Master Clock Select", 3, 0),
922 DMX6FIRE_CONTROL("Optical Digital Input Switch", 4, 0), 922 DMX6FIRE_CONTROL("Optical Digital Input Switch", 4, 0),
923 DMX6FIRE_CONTROL("Phono Analog Input Switch", 5, 0), 923 DMX6FIRE_CONTROL("Phono Analog Input Switch", 5, 0),