Commit dfb12eeb0f04b37e5eb3858864d074af4ecd2ac7
Committed by
Takashi Iwai
1 parent
cc0db22afd
Exists in
master
and in
20 other branches
ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
BugLink: https://bugs.launchpad.net/ubuntu/+bug/498863 This mainboard needs ac97_codec=0. Cc: stable@kernel.org 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>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
sound/pci/atiixp.c
| ... | ... | @@ -297,6 +297,7 @@ |
| 297 | 297 | MODULE_DEVICE_TABLE(pci, snd_atiixp_ids); |
| 298 | 298 | |
| 299 | 299 | static struct snd_pci_quirk atiixp_quirks[] __devinitdata = { |
| 300 | + SND_PCI_QUIRK(0x105b, 0x0c81, "Foxconn RC4107MA-RS2", 0), | |
| 300 | 301 | SND_PCI_QUIRK(0x15bd, 0x3100, "DFI RS482", 0), |
| 301 | 302 | { } /* terminator */ |
| 302 | 303 | }; |