diff options
author | Pan Xiuli <xiuli.pan@linux.intel.com> | 2019-10-22 21:47:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-23 18:46:12 +0200 |
commit | 4f0637eae56f02ef648de5ed839d572259d396e9 (patch) | |
tree | c7bbf77c847bc82ea34483e1c294e74bcbdbe7d9 /include/sound/soc-acpi-intel-match.h | |
parent | ASoC: SOF: Intel: hda: add dev_err() traces for snd_sof_dsp_read_poll_timeout() (diff) | |
download | linux-4f0637eae56f02ef648de5ed839d572259d396e9.tar.xz linux-4f0637eae56f02ef648de5ed839d572259d396e9.zip |
ASoC: Intel: common: add ACPI matching tables for JSL
There are no upstream machine drivers just yet so just add dummy table
for compilation in nocodec-mode.
Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Link: https://lore.kernel.org/r/20191022194705.23347-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc-acpi-intel-match.h')
-rw-r--r-- | include/sound/soc-acpi-intel-match.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-acpi-intel-match.h b/include/sound/soc-acpi-intel-match.h index 6c9929abd90b..4e44782862df 100644 --- a/include/sound/soc-acpi-intel-match.h +++ b/include/sound/soc-acpi-intel-match.h @@ -27,6 +27,7 @@ extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[]; extern struct snd_soc_acpi_mach snd_soc_acpi_intel_icl_machines[]; extern struct snd_soc_acpi_mach snd_soc_acpi_intel_tgl_machines[]; extern struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[]; +extern struct snd_soc_acpi_mach snd_soc_acpi_intel_jsl_machines[]; /* * generic table used for HDA codec-based platforms, possibly with |