projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7153a55
)
[ALSA] intel8x0 - Add quirk for FSC 4010
author
Takashi Iwai
<tiwai@suse.de>
Thu, 25 Aug 2005 18:30:27 +0000
(20:30 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 30 Aug 2005 06:47:43 +0000
(08:47 +0200)
Intel8x0 driver
Added ac97_quirk for FSC 4010.
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 05c7994a8d5e487038a75ac7a481393c5d44ea79..7b548416dcefc086295511b6845359975bb8dda8 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1890,6
+1890,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Fujitsu S6210", /* STAC9750/51 */
.type = AC97_TUNE_HP_ONLY
},
+ {
+ .subvendor = 0x10cf,
+ .subdevice = 0x12ec,
+ .name = "Fujitsu-Siemens 4010",
+ .type = AC97_TUNE_HP_ONLY
+ },
{
.subvendor = 0x10f1,
.subdevice = 0x2665,