ALSA: hda - add device ID for Broadwell display audio controller
authorMengdong Lin <mengdong.lin@intel.com>
Wed, 8 Jan 2014 20:55:14 +0000 (15:55 -0500)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Jan 2014 06:29:42 +0000 (07:29 +0100)
This patch adds the device ID for Intel Broadwell display HD-Audio controller,
and applies Haswell properties to this device.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index 53937de..fa2879a 100644 (file)
@@ -4009,6 +4009,9 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
          .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
        { PCI_DEVICE(0x8086, 0x0d0c),
          .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
+       /* Broadwell */
+       { PCI_DEVICE(0x8086, 0x160c),
+         .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
        /* 5 Series/3400 */
        { PCI_DEVICE(0x8086, 0x3b56),
          .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM },