projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb4bd0a
)
[ALSA] Add FSC T3010 quirk
author
Takashi Iwai
<tiwai@suse.de>
Tue, 31 May 2005 14:52:58 +0000
(16:52 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Wed, 22 Jun 2005 10:27:59 +0000
(12:27 +0200)
Intel8x0 driver
Added ac97_quirk for FSC T3010.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/intel8x0.c
patch
|
blob
|
history
diff --git
a/sound/pci/intel8x0.c
b/sound/pci/intel8x0.c
index 53fa5d8d0c4bde8509d9d904ba93899d6559438b..cc16f95f9ceff2b71cda1e227956cdc851b93daf 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1856,6
+1856,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Fujitsu-Siemens E4010",
.type = AC97_TUNE_HP_ONLY
},
+ {
+ .subvendor = 0x10cf,
+ .subdevice = 0x1225,
+ .name = "Fujitsu-Siemens T3010",
+ .type = AC97_TUNE_HP_ONLY
+ },
{
.subvendor = 0x10cf,
.subdevice = 0x1253,