diff options
author | Lai, Poey Seng <poey.seng.lai@intel.com> | 2019-06-14 00:21:39 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-06-13 11:29:00 +0200 |
commit | f94287b653542e09e7004bae5f0d9d37fcaa89c8 (patch) | |
tree | 2a879a70ac1b240be348b42567bc01207c9bb29f /sound/pci/hda/hda_intel.c | |
parent | c72d3a0a93471b95084339e5cba927d516724b83 (diff) | |
download | linux-f94287b653542e09e7004bae5f0d9d37fcaa89c8.tar.bz2 |
ALSA: hda: Add Elkhart Lake PCI ID
Add HD Audio Device PCI ID for the Intel Elkhart Lake
platform.
Signed-off-by: Lai, Poey Seng <poey.seng.lai@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.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index c0b466c96340..922c9b930124 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2388,6 +2388,9 @@ static const struct pci_device_id azx_ids[] = { /* Icelake */ { PCI_DEVICE(0x8086, 0x34c8), .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE}, + /* Elkhart Lake */ + { PCI_DEVICE(0x8086, 0x4b55), + .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE}, /* Broxton-P(Apollolake) */ { PCI_DEVICE(0x8086, 0x5a98), .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON }, |