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

Commit c8283425 authored by Daniel T Chen's avatar Daniel T Chen Committed by Takashi Iwai
Browse files

ALSA: Intel8x0: Add hp_only quirk for SSID 0x1028016a (Dell Inspiron 8600)

Subject says it all. Briefly, use hp_only for another Dell Inspiron 8600.

Reference: Ubuntu #41015 (https://launchpad.net/bugs/41015

)

Signed-off-by: default avatarDaniel T Chen <seven.steps@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4611b043
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1852,6 +1852,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
		.name = "Dell Unknown",	/* STAC9750/51 */
		.type = AC97_TUNE_HP_ONLY
	},
	{
		.subvendor = 0x1028,
		.subdevice = 0x016a,
		.name = "Dell Inspiron 8600",	/* STAC9750/51 */
		.type = AC97_TUNE_HP_ONLY
	},
	{
		.subvendor = 0x1028,
		.subdevice = 0x0186,