projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b481849
)
[ALSA] intel8x0 - Add quirk for Compaq Deskpro EN
author
Takashi Iwai
<tiwai@suse.de>
Wed, 27 Feb 2008 15:40:18 +0000
(16:40 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 29 Feb 2008 14:21:27 +0000
(15:21 +0100)
Added the ac97_quirk hp_only for Compaq Deskpro EN.
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 c5ef12ae3c553acee017ae3299ef9d4816d33d17..c52abd0bf22e3026b03274851f71c15d1fbf947b 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1708,6
+1708,12
@@
static struct ac97_pcm ac97_pcm_defs[] __devinitdata = {
};
static struct ac97_quirk ac97_quirks[] __devinitdata = {
+ {
+ .subvendor = 0x0e11,
+ .subdevice = 0x000e,
+ .name = "Compaq Deskpro EN", /* AD1885 */
+ .type = AC97_TUNE_HP_ONLY
+ },
{
.subvendor = 0x0e11,
.subdevice = 0x008a,