diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-02-04 08:00:53 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-02-29 05:28:17 -0500 |
commit | b6a370b6fb3114f9f7fc8a393c3ffc2236d7cbf1 (patch) | |
tree | b9abd044b7d0da5a74daa932a5eb7c653327087c /sound | |
parent | 0b167bf456d4af58103e2072bc4bd5733e7e7579 (diff) |
[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 <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 061072c7db03..c5ef12ae3c55 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1740,6 +1740,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1740 | }, | 1740 | }, |
1741 | { | 1741 | { |
1742 | .subvendor = 0x1025, | 1742 | .subvendor = 0x1025, |
1743 | .subdevice = 0x0082, | ||
1744 | .name = "Acer Travelmate 2310", | ||
1745 | .type = AC97_TUNE_HP_ONLY | ||
1746 | }, | ||
1747 | { | ||
1748 | .subvendor = 0x1025, | ||
1743 | .subdevice = 0x0083, | 1749 | .subdevice = 0x0083, |
1744 | .name = "Acer Aspire 3003LCi", | 1750 | .name = "Acer Aspire 3003LCi", |
1745 | .type = AC97_TUNE_HP_ONLY | 1751 | .type = AC97_TUNE_HP_ONLY |