Unverified Commit a158fe7b authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: SOF: Intel: NVL-S: add platform name



The platform name will be used in the topology name.

Fixes: d3df422f ("ASoC: SOF: Intel: add initial support for NVL-S")
Signed-off-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: default avatarPéter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://patch.msgid.link/20260413060800.3156425-3-yung-chuan.liao@linux.intel.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ab463b46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");