mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 09:02:21 -04:00
ASoC: SOF: Intel: NVL-S: add platform name
The platform name will be used in the topology name.
Fixes: d3df422f66 ("ASoC: SOF: Intel: add initial support for NVL-S")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://patch.msgid.link/20260413060800.3156425-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -73,6 +73,7 @@ const struct sof_intel_dsp_desc nvl_s_chip_info = {
|
||||
.power_down_dsp = mtl_power_down_dsp,
|
||||
.disable_interrupts = lnl_dsp_disable_interrupts,
|
||||
.hw_ip_version = SOF_INTEL_ACE_4_0,
|
||||
.platform = "nvl",
|
||||
};
|
||||
|
||||
MODULE_IMPORT_NS("SND_SOC_SOF_INTEL_MTL");
|
||||
|
||||
Reference in New Issue
Block a user