projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f8b5e
)
ALSA: hda - Fix reverted LED setup for HP
author
Takashi Iwai
<tiwai@suse.de>
Sat, 30 May 2009 06:59:03 +0000
(08:59 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 30 May 2009 06:59:03 +0000
(08:59 +0200)
The commit
86d190e77c44cb057742dcc871b12ebd4633c387
reverted the bit
flip of LED GPIO for HP DX and DV4-1222nr. Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 a1b4c9496d472c01a11dd0ddacb89b85d152dd62..a915f404f654e28a7648fccb1c316aeba5106416 100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-4666,9
+4666,9
@@
static int stac92xx_hp_check_power_status(struct hda_codec *codec,
if (nid == 0x10) {
if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
HDA_AMP_MUTE)
- spec->gpio_data |= spec->gpio_led; /* white */
- else
spec->gpio_data &= ~spec->gpio_led; /* orange */
+ else
+ spec->gpio_data |= spec->gpio_led; /* white */
stac_gpio_set(codec, spec->gpio_mask,
spec->gpio_dir,