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)
committerJiri Slaby <jslaby@suse.cz>
Wed, 26 Mar 2014 11:24:37 +0000 (12:24 +0100)
commit 862d761818ba2cb785a0a57557f97a43bd1bc922 upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
sound/pci/hda/hda_intel.c

index ccf5eb6b3d3728f93d12302707661525663d6e20..b5c4c2e4360b373d071460cb2421b252ee2a3ea3 100644 (file)
@@ -4007,6 +4007,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 },