The patch titled
alsa: add the MCP79 support to hda_intel driver
has been added to the -mm tree. Its filename is
alsa-add-the-mcp79-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 MCP79 support to hda_intel driver
From: "Peer Chen" <[EMAIL PROTECTED]>
Add the MCP73/MCP77 support to hda driver.
The patch base on kernel 2.6.22-rc4
Signed-off-by: Peer Chen <[EMAIL PROTECTED]>
Cc: Jaroslav Kysela <[EMAIL PROTECTED]>
Cc: Takashi Iwai <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
sound/pci/hda/hda_intel.c | 4 ++++
1 file changed, 4 insertions(+)
diff -puN
sound/pci/hda/hda_intel.c~alsa-add-the-mcp79-support-to-hda_intel-driver
sound/pci/hda/hda_intel.c
--- a/sound/pci/hda/hda_intel.c~alsa-add-the-mcp79-support-to-hda_intel-driver
+++ a/sound/pci/hda/hda_intel.c
@@ -1959,6 +1959,10 @@ static struct pci_device_id azx_ids[] =
{ 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 */
+ { 0x10de, 0x0ac0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /*
NVIDIA MCP79 */
+ { 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 */
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
alsa-add-the-mcp79-support-to-hda_intel-driver.patch
ahci-enable-ghcae-bit-before-set-ghchr.patch
ahci-enable-ghcae-bit-before-set-ghchr-fix.patch
ahci-add-mcp79-support-to-ahci-driver.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html