mbox series

[0/2] ASoC: SOF: initial support for JasperLake

Message ID 20191022194705.23347-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: initial support for JasperLake | expand

Message

Pierre-Louis Bossart Oct. 22, 2019, 7:47 p.m. UTC
Add PCI IDs and dummy tables for ACPI matching (to be populated when
machine drivers are provided, used for nocodec mode for now).

Pan Xiuli (2):
  ASoC: Intel: common: add ACPI matching tables for JSL
  ASoC: SOF: Intel: initial support to JasperLake.

 include/sound/soc-acpi-intel-match.h          |  1 +
 sound/soc/intel/common/Makefile               |  1 +
 .../intel/common/soc-acpi-intel-jsl-match.c   | 18 +++++++++++++++
 sound/soc/sof/intel/Kconfig                   | 16 ++++++++++++++
 sound/soc/sof/intel/cnl.c                     | 17 ++++++++++++++
 sound/soc/sof/intel/hda.h                     |  1 +
 sound/soc/sof/sof-pci-dev.c                   | 22 +++++++++++++++++++
 7 files changed, 76 insertions(+)
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-jsl-match.c