projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6330079
)
[ALSA] hda: STAC9205 GPIO line fix
author
Matthew Ranostay
<mranostay@embeddedalley.com>
Thu, 24 Jan 2008 14:32:15 +0000
(15:32 +0100)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 31 Jan 2008 16:30:14 +0000
(17:30 +0100)
Fixed issue that the incorrect GPIO line was being pulled high
for some STAC9205 based laptops.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
b8152ef
..
3b8b860
100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-3661,11
+3661,11
@@
static int patch_stac9205(struct hda_codec *codec)
stac92xx_set_config_reg(codec, 0x1f, 0x01441030);
stac92xx_set_config_reg(codec, 0x20, 0x1c410030);
- spec->gpio_mask = 0x0000000
7; /* GPIO0-2 */
- /* GPIO0 High = EAPD, GPIO1 Low =
DRM
,
- * GPIO
2 High = Headphone Mute
+ spec->gpio_mask = 0x0000000
b;
+ /* GPIO0 High = EAPD, GPIO1 Low =
Headphone Mute
,
+ * GPIO
3 High = DRM
*/
- spec->gpio_data = 0x0000000
5
;
+ spec->gpio_data = 0x0000000
9
;
break;
default:
/* GPIO0 High = EAPD */