mbox series

[0/4] ASoC: Intel/SOF: add initial support for Tiger Lake and Elhkart Lake

Message ID 20190815155749.29304-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel/SOF: add initial support for Tiger Lake and Elhkart Lake | expand

Message

Pierre-Louis Bossart Aug. 15, 2019, 3:57 p.m. UTC
Add initial/minimal support for PCI enumeration, hardware descriptions
and ACPI match tables.

Follow-up patches will be provided to enable multi-core support
(requires new IPC calls). Machine drivers will be provided at a later
point as well when there are fewer configurations. And last HDMI work
is required to handle the 4 converters (which may be combined with the
transition from hdac_hdmi to patch_hdmi already mentioned by Kai).

Pan Xiuli (4):
  ASoC: Intel: common: add ACPI matching tables for Tiger Lake
  ASoC: SOF: Intel: initial support for Tiger Lake.
  ASoC: Intel: common: add ACPI matching tables for EHL
  ASoC: SOF: Intel: initial support for Elkhart Lake

 include/sound/soc-acpi-intel-match.h          |  2 +
 sound/soc/intel/common/Makefile               |  1 +
 .../intel/common/soc-acpi-intel-ehl-match.c   | 18 ++++++++
 .../intel/common/soc-acpi-intel-tgl-match.c   | 24 ++++++++++
 sound/soc/sof/intel/Kconfig                   | 32 ++++++++++++++
 sound/soc/sof/intel/cnl.c                     | 32 ++++++++++++++
 sound/soc/sof/intel/hda.h                     |  2 +
 sound/soc/sof/sof-pci-dev.c                   | 44 +++++++++++++++++++
 8 files changed, 155 insertions(+)
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-ehl-match.c
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-tgl-match.c