]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ALSA: hda - add PCI IDs for Intel Braswell
authorLibin Yang <libin.yang@intel.com>
Mon, 4 Aug 2014 01:22:44 +0000 (09:22 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 4 Aug 2014 09:19:12 +0000 (11:19 +0200)
Add HD Audio Device PCI ID for the Intel Braswell platform.
It is an HDA Intel PCH controller.

AZX_DCAPS_ALIGN_BUFSIZE is not necessary for this controller.

Signed-off-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index 387fc73a5c89a8719fb9c5a2de640931f822cafc..5db1948699d88c37ba02735fc949c6642f474914 100644 (file)
@@ -2017,6 +2017,9 @@ static const struct pci_device_id azx_ids[] = {
        /* BayTrail */
        { PCI_DEVICE(0x8086, 0x0f04),
          .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
+       /* Braswell */
+       { PCI_DEVICE(0x8086, 0x2284),
+         .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
        /* ICH */
        { PCI_DEVICE(0x8086, 0x2668),
          .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |