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

Commit fd56f2db authored by Jonathan Woithe's avatar Jonathan Woithe Committed by Jaroslav Kysela
Browse files

[ALSA] hda-codec - Fix init verb of ALC260



Modules: HDA Codec driver

Fixed the wrong widget id for line-2 selector in the init verb
of ALC260.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ad0651f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2475,7 +2475,7 @@ static struct hda_verb alc260_init_verbs[] = {
	/* LINE-2 is used for line-out in rear */
	{0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
	/* select line-out */
	{0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
	{0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
	/* LINE-OUT pin */
	{0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
	/* enable HP */