projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b167bf
)
[ALSA] intel8x0 - Add quirk for Acer Travelmate 2310
author
Takashi Iwai
<tiwai@suse.de>
Mon, 4 Feb 2008 13:00:53 +0000
(14:00 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 29 Feb 2008 10:28:17 +0000
(11:28 +0100)
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>
sound/pci/intel8x0.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/intel8x0.c
b/sound/pci/intel8x0.c
index 061072c7db034722398571b253cfba6eb50be8e3..c5ef12ae3c553acee017ae3299ef9d4816d33d17 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1738,6
+1738,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "IBM NetVista A30p", /* AD1981B */
.type = AC97_TUNE_HP_ONLY
},
+ {
+ .subvendor = 0x1025,
+ .subdevice = 0x0082,
+ .name = "Acer Travelmate 2310",
+ .type = AC97_TUNE_HP_ONLY
+ },
{
.subvendor = 0x1025,
.subdevice = 0x0083,