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:
675c67a
)
ALSA: intel8x0: Fix default inaudible sound on Gateway M520
author
Daniel T Chen
<
[email protected]
>
Tue, 14 Feb 2012 04:44:22 +0000
(23:44 -0500)
committer
Takashi Iwai
<
[email protected]
>
Tue, 14 Feb 2012 08:33:47 +0000
(09:33 +0100)
BugLink:
https://bugs.launchpad.net/bugs/930842
The reporter states that audio is inaudible by default without muting
'External Amplifier'. Add a quirk to handle his SSID so that changing
the control is not necessary.
Reported-and-tested-by: Benjamin Carlson <
[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 9f3b01bb72c85abd7972629eaefe2c4b9402dc63..e0a4263baa2028f995b45741745dd703e2191875 100644
(file)
--- a/
sound/pci/intel8x0.c
+++ b/
sound/pci/intel8x0.c
@@
-2100,6
+2100,12
@@
static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "MSI P4 ATX 645 Ultra",
.type = AC97_TUNE_HP_ONLY
},
+ {
+ .subvendor = 0x161f,
+ .subdevice = 0x202f,
+ .name = "Gateway M520",
+ .type = AC97_TUNE_INV_EAPD
+ },
{
.subvendor = 0x161f,
.subdevice = 0x203a,