[PATCH] [UBUNTU:sound/pci/hda/] Add ID for Nvidia MCP61
crimsun at fungus.sh.nu
crimsun at fungus.sh.nu
Sat Sep 30 04:05:08 UTC 2006
From a4daea12c7e32445a3079798ada6cf4345d5cdd1 Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Fri, 29 Sep 2006 21:15:36 -0400
Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add ID for Nvidia MCP61
UpstreamStatus: Added in upstream alsa-kernel hg changeset:
7cc57ec28195 [http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=7cc57ec28195798dcf45c0125ea8991e00ec845d;style=raw]
This patch adds an ID for the Nvidia MCP61 to the HDA driver.
Suitable for application to both Dapper and Edgy linux-source.
Signed-off-by: Dan Cyr <rabidfly at hotmail.com>
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
sound/pci/hda/hda_intel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 112136b..81186e0 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1640,6 +1640,7 @@ static struct pci_device_id azx_ids[] =
{ 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, 0x03f0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_NVIDIA }, /* NVIDIA 03f0 */
{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);
--
1.4.1
--
Daniel T. Chen crimsun at ubuntu.com
GPG key: 0xC88ABDA3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060929/67526efa/attachment.sig>
More information about the kernel-team
mailing list