All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c
@ 2006-10-31  7:33 Peer Chen
  2006-10-31 14:42   ` Takashi Iwai
  0 siblings, 1 reply; 14+ messages in thread
From: Peer Chen @ 2006-10-31  7:33 UTC (permalink / raw)
  To: alsa-devel, linux-kernel; +Cc: Andy Currid, Brian Lazara, jgarzik, Emily Jiang


[-- Attachment #1.1: Type: text/plain, Size: 2123 bytes --]

Add the support for HD audio controllers of MCP51,MCP55,MCP61,MCP65 &
MCP67.
The following hda_intel.c patch is based on kernel 2.6.18.

Signed-off by: Peer Chen <pchen@nvidia.com>
===================================

--- hda_intel.c.orig	2006-10-30 14:13:08.000000000 +0800
+++ hda_intel.c	2006-10-31 13:44:36.000000000 +0800
@@ -1640,8 +1640,14 @@ static struct pci_device_id azx_ids[] = 
 	{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA
}, /* VIA VT8251/VT8237A */
 	{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS
}, /* SIS966 */
 	{ 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI
}, /* ULI M5461 */
-	{ 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 026c */
-	{ 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA 0371 */
+	{ 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP51 */
+	{ 0x10de, 0x0371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP55 */
+	{ 0x10de, 0x03e4, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+	{ 0x10de, 0x03f0, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP61 */
+	{ 0x10de, 0x044a, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+	{ 0x10de, 0x044b, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP65 */
+	{ 0x10de, 0x055c, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
+	{ 0x10de, 0x055d, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP67 */
 	{ 0, }
 };
 MODULE_DEVICE_TABLE(pci, azx_ids);

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

[-- Attachment #1.2: Type: text/html, Size: 4989 bytes --]

[-- Attachment #2: Type: text/plain, Size: 373 bytes --]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-11-20  2:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-31  7:33 [Patch] Audio: Add nvidia HD Audio controllers of MCP67 support to hda_intel.c Peer Chen
2006-10-31 14:42 ` [Alsa-devel] " Takashi Iwai
2006-10-31 14:42   ` Takashi Iwai
2006-10-31 15:43   ` Randy Dunlap
2006-10-31 15:43     ` Randy Dunlap
2006-10-31 16:01     ` Takashi Iwai
2006-10-31 16:01       ` Takashi Iwai
2006-10-31 16:00       ` Randy Dunlap
2006-11-17  8:46       ` Peer Chen
2006-11-17  8:46         ` Peer Chen
2006-11-17 10:52         ` Takashi Iwai
2006-11-17 10:52           ` [Alsa-devel] " Takashi Iwai
2006-11-20  2:02           ` Peer Chen
2006-11-20  2:02             ` [Alsa-devel] " Peer Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.