From: Bard Liao Date: Mon, 13 Apr 2026 06:08:00 +0000 (+0800) Subject: ASoC: SOF: Intel: NVL-S: add platform name X-Git-Tag: v7.1-rc1~22^2~1^2~6^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a158fe7b0c817eebcf2871fe1306347a376030e8;p=thirdparty%2Fkernel%2Flinux.git ASoC: SOF: Intel: NVL-S: add platform name The platform name will be used in the topology name. Fixes: d3df422f66e8a ("ASoC: SOF: Intel: add initial support for NVL-S") Signed-off-by: Bard Liao Reviewed-by: Péter Ujfalusi Link: https://patch.msgid.link/20260413060800.3156425-3-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/intel/nvl.c b/sound/soc/sof/intel/nvl.c index 0ee3507824e5..86d2e1aa0eec 100644 --- a/sound/soc/sof/intel/nvl.c +++ b/sound/soc/sof/intel/nvl.c @@ -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");