mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
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>
This commit is contained in:
parent
af6ee30202
commit
fc64b26cfa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue