Skip to content

Commit cdadd72

Browse files
ujfalusiranj063
authored andcommitted
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 <[email protected]>
1 parent 632952d commit cdadd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static const struct sof_dev_desc nvl_s_desc = {
3838
.ipc_supported_mask = BIT(SOF_IPC_TYPE_4),
3939
.ipc_default = SOF_IPC_TYPE_4,
4040
.dspless_mode_supported = true,
41+
.on_demand_dsp_boot = true,
4142
.default_fw_path = {
4243
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/nvl-s",
4344
},

0 commit comments

Comments
 (0)