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

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

ALSA: hda - Fix missing EAPD for Acer 4930G



The proper initializatio of NID 0x15 EAPD is missing in the quirk for
Acer 4930G.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 393004b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2026,6 +2026,7 @@ static struct hda_verb alc888_acer_aspire_4930g_verbs[] = {
	{0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
	{0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
	{0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
	{0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
	{ }
};