[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <200803062122514065891@gmail.com>
Date: Thu, 6 Mar 2008 21:22:56 +0800
From: "peerchen" <peerchen@...il.com>
To: "alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
"linux-kernel" <linux-kernel@...r.kernel.org>
Cc: "akpm" <akpm@...ux-foundation.org>, "tiwai" <tiwai@...e.de>
Subject: [PATCH] hda_intel: Add the DIDs of nvidia MCP79 HD audio controller to hda_intel.c
Add the Device IDs of nvidia MCP79 HD audio controller to hda_intel.c
Signed-off-by: Peer Chen <peerchen@...il.com>
---
--- linux-2.6.25-rc4/sound/pci/hda/hda_intel.c.orig 2008-03-04 21:51:07.000000000 -0500
+++ linux-2.6.25-rc4/sound/pci/hda/hda_intel.c 2008-03-04 21:53:43.000000000 -0500
@@ -2036,6 +2036,10 @@ static struct pci_device_id azx_ids[] =
{ 0x10de, 0x0ac1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP79 */
{ 0x10de, 0x0ac2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP79 */
{ 0x10de, 0x0ac3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP79 */
+ { 0x10de, 0x0bd4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP7B */
+ { 0x10de, 0x0bd5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP7B */
+ { 0x10de, 0x0bd6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP7B */
+ { 0x10de, 0x0bd7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP7B */
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);
-
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists