[alsa-devel] [PATCH 0/4] ASoC: Intel/SOF: add initial support for Tiger Lake and Elhkart Lake
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Thu Aug 15 17:57:45 CEST 2019
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
--
2.20.1
More information about the Alsa-devel
mailing list