LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] hda_intel: Add the DIDs of nvidia MCP79 HD audio controller to hda_intel.c
@ 2008-03-06 13:22 peerchen
2008-03-06 14:11 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: peerchen @ 2008-03-06 13:22 UTC (permalink / raw)
To: alsa-devel, linux-kernel; +Cc: akpm, tiwai
Add the Device IDs of nvidia MCP79 HD audio controller to hda_intel.c
Signed-off-by: Peer Chen <peerchen@gmail.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);
-
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] hda_intel: Add the DIDs of nvidia MCP79 HD audio controller to hda_intel.c
2008-03-06 13:22 [PATCH] hda_intel: Add the DIDs of nvidia MCP79 HD audio controller to hda_intel.c peerchen
@ 2008-03-06 14:11 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-03-06 14:11 UTC (permalink / raw)
To: peerchen; +Cc: alsa-devel, linux-kernel, akpm
At Thu, 6 Mar 2008 21:22:56 +0800,
peerchen wrote:
>
> Add the Device IDs of nvidia MCP79 HD audio controller to hda_intel.c
>
> Signed-off-by: Peer Chen <peerchen@gmail.com>
We changed the table using PCI_DEVICE() macro so it cannot be applied
as is. But the changes are so trivial, so I fixed it manually :)
Now it's on ALSA tree. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-06 14:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-06 13:22 [PATCH] hda_intel: Add the DIDs of nvidia MCP79 HD audio controller to hda_intel.c peerchen
2008-03-06 14:11 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).