Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2539699 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda/realtek - Re-add the model string selection for ALC88x



In the commit [c3e837bb: ALSA: hda/realtek - Rewrite ALC882 acer-aspire-*
models with the auto-parser], the check of the model option got removed
mistakenly.  Re-added the board_config check again.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3ccbf1c3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4534,6 +4534,9 @@ static int patch_alc882(struct hda_codec *codec)
	if (err < 0)
		goto error;

	board_config = alc_board_config(codec, ALC882_MODEL_LAST,
					alc882_models, NULL);
	if (board_config < 0)
		board_config = alc_board_codec_sid_config(codec,
			ALC882_MODEL_LAST, alc882_models, alc882_ssid_cfg_tbl);