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

Commit 69b5655a authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix Dell S14 pin setup



The pin setup for Dell S14 quirk is rather wrong for the latest driver.
Fixed pin 0x0a, 0x0b, 0x0d and 0x0f.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 44da531e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1586,8 +1586,8 @@ static unsigned int ref92hd83xxx_pin_configs[10] = {
};
};


static unsigned int dell_s14_pin_configs[10] = {
static unsigned int dell_s14_pin_configs[10] = {
	0x02214030, 0x02211010, 0x02a19020, 0x01014050,
	0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
	0x40f000f0, 0x01819040, 0x40f000f0, 0x90a60160,
	0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
	0x40f000f0, 0x40f000f0,
	0x40f000f0, 0x40f000f0,
};
};