From c3c0932680105164da40946ecce92428e9deba10 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Fri, 3 Oct 2025 15:25:28 +0300 Subject: [PATCH] ASoC: SOF: Intel: pci-nvl: Set on_demand_dsp_boot for NVL-S NVL-S can be used with on-demand DSP booting, set the flag to enable it. Signed-off-by: Peter Ujfalusi --- sound/soc/sof/intel/pci-nvl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/sof/intel/pci-nvl.c b/sound/soc/sof/intel/pci-nvl.c index c499c14b93d57e..f75aa996a5bdb2 100644 --- a/sound/soc/sof/intel/pci-nvl.c +++ b/sound/soc/sof/intel/pci-nvl.c @@ -38,6 +38,7 @@ static const struct sof_dev_desc nvl_s_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/nvl-s", },