From: Daniel T Chen Date: Wed, 25 Nov 2009 03:51:05 +0000 (-0500) Subject: ALSA: intel8x0: Mute External Amplifier by default for Gateway 4525GZ X-Git-Tag: v2.6.33-rc1~77^2~16^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbb3c644bd9967753ce8c214c5e64b27c361d2a4;p=platform%2Fkernel%2Flinux-stable.git ALSA: intel8x0: Mute External Amplifier by default for Gateway 4525GZ BugLink: https://bugs.launchpad.net/bugs/487884 This Gateway model needs External Amplifier muted for audible playback, so set the inv_eapd quirk for it. Signed-off-by: Daniel T Chen Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index aac20fb..b990143 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -2063,6 +2063,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .type = AC97_TUNE_HP_ONLY }, { + .subvendor = 0x161f, + .subdevice = 0x203a, + .name = "Gateway 4525GZ", /* AD1981B */ + .type = AC97_TUNE_INV_EAPD + }, + { .subvendor = 0x1734, .subdevice = 0x0088, .name = "Fujitsu-Siemens D1522", /* AD1981 */