Skip to content

Commit

Permalink
ALSA: hda - Set default GPIO for IDT92HD71bxx
Browse files Browse the repository at this point in the history
A smiliar fix for IDT 92HD71Bxx codecs like the previous commit for
other IDT/STAC codecs.

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Sep 14, 2009
1 parent af6ee30 commit fc64b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -5242,7 +5242,7 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
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;
Expand Down

0 comments on commit fc64b26

Please sign in to comment.