diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-30 08:59:03 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-30 08:59:03 +0200 |
commit | ba84bfcd2b6fdc5a9ac53a4ab103088c99f84a12 (patch) | |
tree | 23cb9bcda44143bb6141d9460be9e67062abe620 /sound/pci/hda | |
parent | b4f8b5e2f5c7d71ae0cf18659e361088b812de1b (diff) | |
download | talos-op-linux-ba84bfcd2b6fdc5a9ac53a4ab103088c99f84a12.tar.gz talos-op-linux-ba84bfcd2b6fdc5a9ac53a4ab103088c99f84a12.zip |
ALSA: hda - Fix reverted LED setup for HP
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>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index a1b4c9496d47..a915f404f654 100644 --- 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, |