[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cfaab6210910150137x5086ebb1j7a32512f04f83dca@mail.gmail.com>
Date: Thu, 15 Oct 2009 16:37:47 +0800
From: peer chen <peerchen@...il.com>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: tiwai <tiwai@...e.de>, akpm <akpm@...ux-foundation.org>,
pchen@...dia.com
Subject: [alsa-devel][PATCH] hda_intel: Add the Linux device ID for NVIDIA HDA
controller
Add the generic device ID for NVIDIA HDA controller.
Signed-off-by: Peer Chen<peerchen@...il.com>
---
--- linux-2.6.32-rc4/sound/pci/hda/hda_intel.c.orig
+++ linux-2.6.32-rc4/sound/pci/hda/hda_intel.c
@@ -2674,6 +2674,7 @@ static struct pci_device_id azx_ids[] =
{ PCI_DEVICE(0x10de, 0x044b), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x055c), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x055d), .driver_data = AZX_DRIVER_NVIDIA },
+ { PCI_DEVICE(0x10de, 0x0590), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x0774), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x0775), .driver_data = AZX_DRIVER_NVIDIA },
{ PCI_DEVICE(0x10de, 0x0776), .driver_data = AZX_DRIVER_NVIDIA },
-
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists