diff options
author | Mark Brown <[email protected]> | 2022-06-15 13:41:28 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-15 13:41:28 +0100 |
commit | bf29a87cc65aa3fd138af8b04cd6bb12e51cdb2b (patch) | |
tree | f1bb0e4e754fbc9fd24f8e1e6fcb3305d1c1d80e /sound/soc/sof/intel/icl.c | |
parent | 4edf738d4c7989c315e37d4d61e34c94557b6ed2 (diff) | |
parent | 064520e8aeaa2569f6504a50a37ac801b73656bc (diff) |
ASoC: SOF: Intel: Add support for MeteorLake
Merge series from Bard Liao <[email protected]>:
Add platform abstraction for the Meteor Lake platform.
This platform has significant differences compared to the TGL/ADL
generation: it relies on new hardware using the code name 'ACE' and
only supports the INTEL_IPC4 protocol and firmware architecture based
on the Zephyr RTOS
Diffstat (limited to 'sound/soc/sof/intel/icl.c')
-rw-r--r-- | sound/soc/sof/intel/icl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/icl.c b/sound/soc/sof/intel/icl.c index f19517dffd62..4e37b7fe0627 100644 --- a/sound/soc/sof/intel/icl.c +++ b/sound/soc/sof/intel/icl.c @@ -152,6 +152,7 @@ const struct sof_intel_dsp_desc icl_chip_info = { .sdw_alh_base = SDW_ALH_BASE, .check_sdw_irq = hda_common_check_sdw_irq, .check_ipc_irq = hda_dsp_check_ipc_irq, + .cl_init = cl_dsp_init, .hw_ip_version = SOF_INTEL_CAVS_2_0, }; EXPORT_SYMBOL_NS(icl_chip_info, SND_SOC_SOF_INTEL_HDA_COMMON); |