From: Daniel T Chen Date: Tue, 14 Feb 2012 04:44:22 +0000 (-0500) Subject: ALSA: intel8x0: Fix default inaudible sound on Gateway M520 X-Git-Tag: firefly_0821_release~7541^2~1744 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c17b9573c236874b9a8a6c4c03c02accf70c9cd5;p=firefly-linux-kernel-4.4.55.git ALSA: intel8x0: Fix default inaudible sound on Gateway M520 commit 27c3afe6e1cf129faac90405121203962da08ff4 upstream. BugLink: https://bugs.launchpad.net/bugs/930842 The reporter states that audio is inaudible by default without muting 'External Amplifier'. Add a quirk to handle his SSID so that changing the control is not necessary. Reported-and-tested-by: Benjamin Carlson Signed-off-by: Daniel T Chen Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 6c896dbfd796..2e799a9a494d 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -2074,6 +2074,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "MSI P4 ATX 645 Ultra", .type = AC97_TUNE_HP_ONLY }, + { + .subvendor = 0x161f, + .subdevice = 0x202f, + .name = "Gateway M520", + .type = AC97_TUNE_INV_EAPD + }, { .subvendor = 0x161f, .subdevice = 0x203a,