[alsa-devel] [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@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); -
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
participants (2)
-
peerchen
-
Takashi Iwai