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

Commit ea1fb29a authored by Kailang Yang's avatar Kailang Yang Committed by Jaroslav Kysela
Browse files

ALSA: hda - fix spaces in patch_realtek.c



Signed-off-by: default avatarKailang Yang <kailang@realtek.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent f1c0a02f
Loading
Loading
Loading
Loading
+88 −88
Original line number Diff line number Diff line
@@ -1007,6 +1007,7 @@ static void alc_subsystem_id(struct hda_codec *codec,
	snd_hda_codec_write(codec, spec->autocfg.hp_pins[0], 0,
			    AC_VERB_SET_UNSOLICITED_ENABLE,
			    AC_USRSP_EN | ALC880_HP_EVENT);

	spec->unsol_event = alc_sku_unsol_event;
}

@@ -10237,7 +10238,6 @@ static struct hda_verb alc268_acer_verbs[] = {
	{0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
	{0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
	{0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},

	{0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
	{ }
};