diff options
author | Pan Xiuli <xiuli.pan@linux.intel.com> | 2019-08-15 18:57:49 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-15 20:13:39 +0300 |
commit | 6173269038e98408c27cfb438ff07d463fbd0b33 (patch) | |
tree | bc0ef4863b1e47b278ac04c9e41b499a9e7a7ce3 /sound/soc/sof/intel/hda.h | |
parent | f4ead53241c7dcd2f3130e059cb3dfdec0ec9871 (diff) | |
download | linux-6173269038e98408c27cfb438ff07d463fbd0b33.tar.xz |
ASoC: SOF: Intel: initial support for Elkhart Lake
Add Kconfig, PCI ID and chip info for EHL platform.
Note that the core mask is different from previous platforms, only
Core0 can be controlled by the host. Additional patches will be
required for multi-core functionality.
Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190815155749.29304-5-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/hda.h')
-rw-r--r-- | sound/soc/sof/intel/hda.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/hda.h b/sound/soc/sof/intel/hda.h index cbb431f7835d..5591841a1b6f 100644 --- a/sound/soc/sof/intel/hda.h +++ b/sound/soc/sof/intel/hda.h @@ -600,5 +600,6 @@ extern const struct sof_intel_dsp_desc cnl_chip_info; extern const struct sof_intel_dsp_desc skl_chip_info; extern const struct sof_intel_dsp_desc icl_chip_info; extern const struct sof_intel_dsp_desc tgl_chip_info; +extern const struct sof_intel_dsp_desc ehl_chip_info; #endif |