diff options
| author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2025-10-09 17:40:20 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-10-13 11:23:27 +0100 |
| commit | 6937ff42f28a13ffdbe2d1f5b9a51a35f626e93a (patch) | |
| tree | 10089c6b719cb019751206efe4766829f153ac97 /sound/soc/sof/intel/icl.c | |
| parent | 5ed60e45c59d66e61586a10433e2b5527d4d72b5 (diff) | |
ASoC: SOF: add platform name into sof_intel_dsp_desc
The platform name will be used construct the topology name.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Simon Trimmer <simont@opensource.cirrus.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://patch.msgid.link/20251009094023.3474895-7-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
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 dad6bc72ad37..dbc5ad62258b 100644 --- a/sound/soc/sof/intel/icl.c +++ b/sound/soc/sof/intel/icl.c @@ -193,4 +193,5 @@ const struct sof_intel_dsp_desc icl_chip_info = { .power_down_dsp = hda_power_down_dsp, .disable_interrupts = hda_dsp_disable_interrupts, .hw_ip_version = SOF_INTEL_CAVS_2_0, + .platform = "icl", }; |