OSDN Git Service
(root)
/
uclinux-h8
/
linux.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
53fa5d8
..
cc16f95
100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1858,6
+1858,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
},
{
.subvendor = 0x10cf,
+ .subdevice = 0x1225,
+ .name = "Fujitsu-Siemens T3010",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .subvendor = 0x10cf,
.subdevice = 0x1253,
.name = "Fujitsu S6210", /* STAC9750/51 */
.type = AC97_TUNE_HP_ONLY