Skip to content

Commit 0e130d3

Browse files
committed
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 <peter.ujfalusi@linux.intel.com>
1 parent a4c8776 commit 0e130d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/intel/pci-lnl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ static const struct sof_dev_desc lnl_desc = {
4040
.ipc_supported_mask = BIT(SOF_IPC_TYPE_4),
4141
.ipc_default = SOF_IPC_TYPE_4,
4242
.dspless_mode_supported = true,
43+
.on_demand_dsp_boot = true,
4344
.default_fw_path = {
4445
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/lnl",
4546
},

0 commit comments

Comments
 (0)