We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be2bff commit 32dab67Copy full SHA for 32dab67
sound/soc/sof/intel/pci-ptl.c
@@ -38,6 +38,7 @@ static const struct sof_dev_desc ptl_desc = {
38
.ipc_supported_mask = BIT(SOF_IPC_TYPE_4),
39
.ipc_default = SOF_IPC_TYPE_4,
40
.dspless_mode_supported = true,
41
+ .on_demand_dsp_boot = true,
42
.default_fw_path = {
43
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/ptl",
44
},
@@ -67,6 +68,7 @@ static const struct sof_dev_desc wcl_desc = {
67
68
69
70
71
72
73
[SOF_IPC_TYPE_4] = "intel/sof-ipc4/wcl",
74
0 commit comments