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:
8e3d759
)
[ALSA] intel8x0 - Add quirk for IBM NetVisa A30p
author
Takashi Iwai
<tiwai@suse.de>
Thu, 1 Sep 2005 11:56:23 +0000
(13:56 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Mon, 12 Sep 2005 08:40:37 +0000
(10:40 +0200)
Intel8x0 driver
Added ac97_quirk entry for IBM NetVisa A30p.
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 7b548416dcefc086295511b6845359975bb8dda8..d846cbfaa31c192b0f4607b58e4e0fcc078c8f2f 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1758,6
+1758,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "MS-9128",
.type = AC97_TUNE_ALC_JACK
},
+ {
+ .subvendor = 0x1014,
+ .subdevice = 0x0267,
+ .name = "IBM NetVista A30p", /* AD1981B */
+ .type = AC97_TUNE_HP_ONLY
+ },
{
.subvendor = 0x1028,
.subdevice = 0x00d8,