aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorSeth Heasley <seth.heasley@intel.com>2011-04-20 10:59:57 -0700
committerTakashi Iwai <tiwai@suse.de>2011-04-20 21:03:48 +0200
commitd2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76 (patch)
tree8f28f26a31fcf9ab2b312f385ee3a0338888178d /sound/pci/hda/hda_intel.c
parent5b17b077eb069365ac9508dd0be6e09e0b604bd2 (diff)
downloadkernel_samsung_smdk4412-d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76.zip
kernel_samsung_smdk4412-d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76.tar.gz
kernel_samsung_smdk4412-d2edeb7c6f1dada8ca7d5c23e42d604e92ae0c76.tar.bz2
ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
This patch adds the HD Audio Controller DeviceIDs for the Intel Panther Point PCH. Signed-off-by: Seth Heasley <seth.heasley@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 70a9d32..6f891ee 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -126,6 +126,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
"{Intel, ICH10},"
"{Intel, PCH},"
"{Intel, CPT},"
+ "{Intel, PPT},"
"{Intel, PBG},"
"{Intel, SCH},"
"{ATI, SB450},"
@@ -2759,6 +2760,8 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
{ PCI_DEVICE(0x8086, 0x1c20), .driver_data = AZX_DRIVER_PCH },
/* PBG */
{ PCI_DEVICE(0x8086, 0x1d20), .driver_data = AZX_DRIVER_PCH },
+ /* Panther Point */
+ { PCI_DEVICE(0x8086, 0x1e20), .driver_data = AZX_DRIVER_PCH },
/* SCH */
{ PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH },
/* Generic Intel */