The patch titled alsa: add the MCP73/77 support to hda_intel driver has been added to the -mm tree. Its filename is alsa-add-the-mcp73-77-support-to-hda_intel-driver.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: alsa: add the MCP73/77 support to hda_intel driver From: "Peer Chen" <peerchen@xxxxxxxxx> Add the MCP73/MCP77 support to hda driver. Signed-off-by: Peer Chen <peerchen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/hda_intel.c | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN sound/pci/hda/hda_intel.c~alsa-add-the-mcp73-77-support-to-hda_intel-driver sound/pci/hda/hda_intel.c --- a/sound/pci/hda/hda_intel.c~alsa-add-the-mcp73-77-support-to-hda_intel-driver +++ a/sound/pci/hda/hda_intel.c @@ -1788,6 +1788,12 @@ static struct pci_device_id azx_ids[] = { 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 */ + { 0x10de, 0x07fc, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP73 */ + { 0x10de, 0x07fd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP73 */ + { 0x10de, 0x0774, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP77 */ + { 0x10de, 0x0775, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP77 */ + { 0x10de, 0x0776, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP77 */ + { 0x10de, 0x0777, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA MCP77 */ { 0, } }; MODULE_DEVICE_TABLE(pci, azx_ids); _ Patches currently in -mm which might be from peerchen@xxxxxxxxx are alsa-add-the-mcp73-77-support-to-hda_intel-driver.patch ahci-add-mcp73-mcp77-support-to-ahci-driver.patch pata-add-the-mcp73-77-support-to-pata-driver.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html