From: Takashi Iwai Date: Mon, 4 Feb 2008 13:00:53 +0000 (+0100) Subject: [ALSA] intel8x0 - Add quirk for Acer Travelmate 2310 X-Git-Tag: v2.6.25-rc4~142^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6a370b6fb3114f9f7fc8a393c3ffc2236d7cbf1;p=platform%2Fkernel%2Flinux-3.10.git [ALSA] intel8x0 - Add quirk for Acer Travelmate 2310 Added ac97_quirk=hp-only for Acer Travelmate 2310. ALSA bug#3656 https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3656 Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 061072c..c5ef12a 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1740,6 +1740,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { }, { .subvendor = 0x1025, + .subdevice = 0x0082, + .name = "Acer Travelmate 2310", + .type = AC97_TUNE_HP_ONLY + }, + { + .subvendor = 0x1025, .subdevice = 0x0083, .name = "Acer Aspire 3003LCi", .type = AC97_TUNE_HP_ONLY