Skip to content

Commit 6cf0920

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 aab82c3 commit 6cf0920

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)