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

Commit 3b628867 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Remove superfluous verbs for Cxt5047 laptop-eapd model



Remove superfluous verbs from cxt5047_toshiba_init_verbs[].
Also fix comments and minor coding style issues.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b880c74a
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -1377,10 +1377,7 @@ static struct hda_verb cxt5047_init_verbs[] = {

/* configuration for Toshiba Laptops */
static struct hda_verb cxt5047_toshiba_init_verbs[] = {
	{0x13, AC_VERB_SET_EAPD_BTLENABLE, 0x0 }, /* default on */
	/* pin sensing on HP and Mic jacks */
	{0x13, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
	{0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
	{0x13, AC_VERB_SET_EAPD_BTLENABLE, 0x0}, /* default off */
	/* Speaker routing */
	{0x1d, AC_VERB_SET_CONNECT_SEL, 0x1},
	{}