[alsa-devel] [PATCH] ALSA: hda: Add Icelake PCI ID
Icelake is a next generation Intel platform. Add PCI ID for it.
Signed-off-by: Guneshwor Singh guneshwor.o.singh@intel.com --- sound/pci/hda/hda_intel.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 96143df19b21..32acab080781 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2426,6 +2426,9 @@ static const struct pci_device_id azx_ids[] = { /* Cannonlake */ { PCI_DEVICE(0x8086, 0x9dc8), .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE}, + /* Icelake */ + { PCI_DEVICE(0x8086, 0x34c8), + .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 },
On Tue, 13 Mar 2018 12:10:08 +0100, Guneshwor Singh wrote:
Icelake is a next generation Intel platform. Add PCI ID for it.
Signed-off-by: Guneshwor Singh guneshwor.o.singh@intel.com
Applied, thanks.
Takashi
participants (2)
-
Guneshwor Singh
-
Takashi Iwai