Skip to content

Commit b7e5cba

Browse files
committed
ASoC: SOF: Intel: mtl: Enable interrupts in case of on-demand DSP boot
If the on-demand DSP boot is enabled the interrupts must be enabled since they are only enabled during the firmware loading. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 5079970 commit b7e5cba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/soc/sof/intel/mtl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ static int mtl_dsp_post_fw_run(struct snd_sof_dev *sdev)
323323
}
324324
}
325325

326+
if (sdev->pdata->desc->on_demand_dsp_boot)
327+
mtl_enable_interrupts(sdev, true);
328+
326329
hda_sdw_int_enable(sdev, true);
327330
return 0;
328331
}

0 commit comments

Comments
 (0)