projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607da7f
)
[ALSA] via82xx - Add a quirk for Targa Traveller 811
author
Takashi Iwai
<tiwai@suse.de>
Wed, 14 Dec 2005 11:00:46 +0000
(12:00 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 3 Jan 2006 11:30:55 +0000
(12:30 +0100)
Modules: VIA82xx driver
Add an ac97 quirk entry for Targa Traveller 811.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/via82xx.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/via82xx.c
b/sound/pci/via82xx.c
index 6e6eff3e8032c19bff72b84a75fdc374c4dd82bf..ed26a155c3448a53acddacb498a7169b701f58cc 100644
(file)
--- a/
sound/pci/via82xx.c
+++ b/
sound/pci/via82xx.c
@@
-1763,6
+1763,12
@@
static struct ac97_quirk ac97_quirks[] = {
.name = "Arima Notebook",
.type = AC97_TUNE_HP_ONLY,
},
+ {
+ .subvendor = 0x161f,
+ .subdevice = 0x2032,
+ .name = "Targa Traveller 811",
+ .type = AC97_TUNE_HP_ONLY,
+ },
{ } /* terminator */
};