From: Peter Ujfalusi Date: Mon, 15 Dec 2025 13:29:44 +0000 (+0200) Subject: ASoC: SOF: Intel: pci-lnl: Set on_demand_dsp_boot for LNL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6780fb864d5b80f20694c9141036717b23190150;p=thirdparty%2Fkernel%2Flinux.git ASoC: SOF: Intel: pci-lnl: Set on_demand_dsp_boot for LNL LNL can be used with on-demand DSP booting, set the flag to enable it. Signed-off-by: Peter Ujfalusi Reviewed-by: Bard Liao Reviewed-by: Kai Vehmanen Reviewed-by: Liam Girdwood Link: https://patch.msgid.link/20251215132946.2155-7-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/intel/pci-lnl.c b/sound/soc/sof/intel/pci-lnl.c index ae379c23f008f..acb4429df9ecf 100644 --- a/sound/soc/sof/intel/pci-lnl.c +++ b/sound/soc/sof/intel/pci-lnl.c @@ -40,6 +40,7 @@ static const struct sof_dev_desc lnl_desc = { .ipc_supported_mask = BIT(SOF_IPC_TYPE_4), .ipc_default = SOF_IPC_TYPE_4, .dspless_mode_supported = true, + .on_demand_dsp_boot = true, .default_fw_path = { [SOF_IPC_TYPE_4] = "intel/sof-ipc4/lnl", },