projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f14a65
)
[ALSA] ice1712 - Fix Front Digital Input of Terratec DMX 6Fire
author
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Nov 2005 13:33:27 +0000
(14:33 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 3 Jan 2006 11:29:33 +0000
(12:29 +0100)
Modules: ICE1712 driver
Fix the inverted switch of 'Front Digital Input' of Terratec DMX 6Fire.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/ews.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ice1712/ews.c
b/sound/pci/ice1712/ews.c
index 2127d57da190377b15b7fb994517fb6068a1971b..2c529e741384fbbf395348f228f3982339cf9f5a 100644
(file)
--- 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 = {
.get = snd_ice1712_6fire_select_input_get,
.put = snd_ice1712_6fire_select_input_put,
},
- DMX6FIRE_CONTROL("Front Digital Input Switch", 2,
0
),
+ DMX6FIRE_CONTROL("Front Digital Input Switch", 2,
1
),
// DMX6FIRE_CONTROL("Master Clock Select", 3, 0),
DMX6FIRE_CONTROL("Optical Digital Input Switch", 4, 0),
DMX6FIRE_CONTROL("Phono Analog Input Switch", 5, 0),