diff options
author | Daniel T Chen <crimsun@ubuntu.com> | 2009-11-24 22:51:05 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-25 04:01:20 -0500 |
commit | bbb3c644bd9967753ce8c214c5e64b27c361d2a4 (patch) | |
tree | 0ed8bb88c80b90766ee9122af5bee6a48aa5c13f /sound/pci/intel8x0.c | |
parent | a014bbadb53121e243cac254593e79e3ca89742d (diff) |
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 <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index aac20fb4aad2..b990143636f1 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -2063,6 +2063,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
2063 | .type = AC97_TUNE_HP_ONLY | 2063 | .type = AC97_TUNE_HP_ONLY |
2064 | }, | 2064 | }, |
2065 | { | 2065 | { |
2066 | .subvendor = 0x161f, | ||
2067 | .subdevice = 0x203a, | ||
2068 | .name = "Gateway 4525GZ", /* AD1981B */ | ||
2069 | .type = AC97_TUNE_INV_EAPD | ||
2070 | }, | ||
2071 | { | ||
2066 | .subvendor = 0x1734, | 2072 | .subvendor = 0x1734, |
2067 | .subdevice = 0x0088, | 2073 | .subdevice = 0x0088, |
2068 | .name = "Fujitsu-Siemens D1522", /* AD1981 */ | 2074 | .name = "Fujitsu-Siemens D1522", /* AD1981 */ |