From: Vitaliy Kulikov Date: Mon, 15 Mar 2010 08:01:26 +0000 (+0100) Subject: ALSA: hda - New Intel HDA controller X-Git-Tag: v2.6.34-rc2~24^2^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c602c8ad45d6ee6ad91fc544513cc96f70790983;p=~emulex%2Finfiniband.git ALSA: hda - New Intel HDA controller Added a PCI controller id on new Dell laptops. Signed-off-by: Vitaliy Kulikov Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 10bbb534d3c..92681520188 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2706,6 +2706,7 @@ static struct pci_device_id azx_ids[] = { { PCI_DEVICE(0x8086, 0x3a6e), .driver_data = AZX_DRIVER_ICH }, /* PCH */ { PCI_DEVICE(0x8086, 0x3b56), .driver_data = AZX_DRIVER_ICH }, + { PCI_DEVICE(0x8086, 0x3b57), .driver_data = AZX_DRIVER_ICH }, /* CPT */ { PCI_DEVICE(0x8086, 0x1c20), .driver_data = AZX_DRIVER_PCH }, /* SCH */