projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0385cc0
)
ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
author
Daniel T Chen
<crimsun@ubuntu.com>
Sun, 27 Dec 2009 20:48:40 +0000
(15:48 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 18 Jan 2010 18:19:39 +0000
(10:19 -0800)
commit
dfb12eeb0f04b37e5eb3858864d074af4ecd2ac7
upstream.
BugLink:
https://bugs.launchpad.net/ubuntu/+bug/498863
This mainboard needs ac97_codec=0.
Tested-by: Apoorv Parle <apparle@yahoo.co.in>
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/atiixp.c
patch
|
blob
|
history
diff --git
a/sound/pci/atiixp.c
b/sound/pci/atiixp.c
index d6752dff2a443df67a8b9cd3fa5a913e6dc7b68c..42b4fbbd8e2b196b47c967d4057a634fe004b602 100644
(file)
--- a/
sound/pci/atiixp.c
+++ b/
sound/pci/atiixp.c
@@
-297,6
+297,7
@@
static struct pci_device_id snd_atiixp_ids[] = {
MODULE_DEVICE_TABLE(pci, snd_atiixp_ids);
static struct snd_pci_quirk atiixp_quirks[] __devinitdata = {
+ SND_PCI_QUIRK(0x105b, 0x0c81, "Foxconn RC4107MA-RS2", 0),
SND_PCI_QUIRK(0x15bd, 0x3100, "DFI RS482", 0),
{ } /* terminator */
};