diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 2c8a8039c759..23a698715e7f 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -5242,7 +5242,7 @@ again: | |||
5242 | stac92xx_set_config_regs(codec, | 5242 | stac92xx_set_config_regs(codec, |
5243 | stac92hd71bxx_brd_tbl[spec->board_config]); | 5243 | stac92hd71bxx_brd_tbl[spec->board_config]); |
5244 | 5244 | ||
5245 | if (spec->board_config > STAC_92HD71BXX_REF) { | 5245 | if (spec->board_config != STAC_92HD71BXX_REF) { |
5246 | /* GPIO0 = EAPD */ | 5246 | /* GPIO0 = EAPD */ |
5247 | spec->gpio_mask = 0x01; | 5247 | spec->gpio_mask = 0x01; |
5248 | spec->gpio_dir = 0x01; | 5248 | spec->gpio_dir = 0x01; |