projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea1ef5
)
ALSA: intel8x0: Mute External Amplifier by default for ThinkPad X31
author
Daniel T Chen
<
[email protected]
>
Wed, 18 Aug 2010 23:33:43 +0000
(19:33 -0400)
committer
Takashi Iwai
<
[email protected]
>
Thu, 19 Aug 2010 06:13:46 +0000
(08:13 +0200)
BugLink:
https://bugs.launchpad.net/bugs/619439
This ThinkPad model needs External Amplifier muted for audible playback,
so set the inv_eapd quirk for it.
Reported-and-tested-by: Dennis Bell <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Daniel T Chen <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/intel8x0.c
patch
|
blob
|
history
diff --git
a/sound/pci/intel8x0.c
b/sound/pci/intel8x0.c
index 6433e65c9507d20a65be6c0b14af1275c30e0c40..46774924957643874171c1c4e0dfd9a20672d2f3 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-1774,6
+1774,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "HP/Compaq nx7010",
.type = AC97_TUNE_MUTE_LED
},
+ {
+ .subvendor = 0x1014,
+ .subdevice = 0x0534,
+ .name = "ThinkPad X31",
+ .type = AC97_TUNE_INV_EAPD
+ },
{
.subvendor = 0x1014,
.subdevice = 0x1f00,