diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6f0f2f6b2e46..41590e3a20f5 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -4534,7 +4534,10 @@ static int patch_alc882(struct hda_codec *codec) | |||
4534 | if (err < 0) | 4534 | if (err < 0) |
4535 | goto error; | 4535 | goto error; |
4536 | 4536 | ||
4537 | board_config = alc_board_codec_sid_config(codec, | 4537 | board_config = alc_board_config(codec, ALC882_MODEL_LAST, |
4538 | alc882_models, NULL); | ||
4539 | if (board_config < 0) | ||
4540 | board_config = alc_board_codec_sid_config(codec, | ||
4538 | ALC882_MODEL_LAST, alc882_models, alc882_ssid_cfg_tbl); | 4541 | ALC882_MODEL_LAST, alc882_models, alc882_ssid_cfg_tbl); |
4539 | 4542 | ||
4540 | if (board_config < 0) { | 4543 | if (board_config < 0) { |