1 Apr 2006 09:07
[PATCH] [UBUNTU:sound/pci] Add pci id for MCP51 to pci/intel8x0.c
<crimsun <at> fungus.sh.nu>
2006-04-01 07:07:40 GMT
2006-04-01 07:07:40 GMT
Subject: [PATCH] [UBUNTU:sound/pci] Add pci id for MCP51 to pci/intel8x0.c
UpstreamStatus: Added in upstream pci/intel8x0.c r1.236
Ray Wood reports in Malone #6354 that his motherboard's sound chipset
is not supported. This patch from upstream cvs adds his pci id to
pci/intel8x0.c. (Closes: Malone #6354)
Signed-off-by: Daniel T Chen <crimsun <at> ubuntu.com>
---
sound/pci/intel8x0.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
8e2846440bd134456dbdc27572bc00a4d2701cf2
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index fc9070e..ac6fd77 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
<at> <at> -406,6 +406,7 <at> <at> static struct pci_device_id snd_intel8x0
{ 0x10de, 0x008a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* CK8 */
{ 0x10de, 0x00da, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* NFORCE3 */
{ 0x10de, 0x00ea, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* CK8S */
+ { 0x10de, 0x026b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_NFORCE }, /* MCP51 */
{ 0x1022, 0x746d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL }, /* AMD8111 */
{ 0x1022, 0x7445, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_INTEL }, /* AMD768 */
{ 0x10b9, 0x5455, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DEVICE_ALI }, /* Ali5455 */
--
--
1.1.3
(Continue reading)
RSS Feed