summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-09-14 15:33:01 +0200
committerTakashi Iwai <tiwai@suse.de>2009-09-14 15:33:01 +0200
commitfc64b26cfa3c7ee5ba23ab549ecd6415bed6b0eb (patch)
treed159641bd83632c2f14a8d4d9dc66d40d94d16f9 /sound
parentaf6ee302020101bd16c7224c2b03a5fb36e17d99 (diff)
downloadlinux-0-day-fc64b26cfa3c7ee5ba23ab549ecd6415bed6b0eb.tar.gz
linux-0-day-fc64b26cfa3c7ee5ba23ab549ecd6415bed6b0eb.tar.xz
ALSA: hda - Set default GPIO for IDT92HD71bxx
A smiliar fix for IDT 92HD71Bxx codecs like the previous commit for other IDT/STAC codecs. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 2c8a8039c759e..23a698715e7f5 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -5242,7 +5242,7 @@ again:
stac92xx_set_config_regs(codec,
stac92hd71bxx_brd_tbl[spec->board_config]);
- if (spec->board_config > STAC_92HD71BXX_REF) {
+ if (spec->board_config != STAC_92HD71BXX_REF) {
/* GPIO0 = EAPD */
spec->gpio_mask = 0x01;
spec->gpio_dir = 0x01;