Commit 27c3afe6e1cf129faac90405121203962da08ff4
Committed by
Takashi Iwai
1 parent
675c67afb6
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
ALSA: intel8x0: Fix default inaudible sound on Gateway M520
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 <elderbubba0810@gmail.com> Cc: <stable@kernel.org> Signed-off-by: Daniel T Chen <crimsun@ubuntu.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff
sound/pci/intel8x0.c
... | ... | @@ -2102,6 +2102,12 @@ |
2102 | 2102 | }, |
2103 | 2103 | { |
2104 | 2104 | .subvendor = 0x161f, |
2105 | + .subdevice = 0x202f, | |
2106 | + .name = "Gateway M520", | |
2107 | + .type = AC97_TUNE_INV_EAPD | |
2108 | + }, | |
2109 | + { | |
2110 | + .subvendor = 0x161f, | |
2105 | 2111 | .subdevice = 0x203a, |
2106 | 2112 | .name = "Gateway 4525GZ", /* AD1981B */ |
2107 | 2113 | .type = AC97_TUNE_INV_EAPD |