Skip to content

Commit c78e584

Browse files
cujomalaineyplbossart
authored andcommitted
[SQUASHME] Into "ASoC: SOF: Use no_reply calls for TX"
Missed conversion that slipped in during review
1 parent 90fab33 commit c78e584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/ipc4-pcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static int sof_ipc4_chain_dma_trigger(struct snd_sof_dev *sdev,
272272
if (enable)
273273
msg.primary |= SOF_IPC4_GLB_CHAIN_DMA_ENABLE_MASK;
274274

275-
return sof_ipc_tx_message(sdev->ipc, &msg, 0, NULL, 0);
275+
return sof_ipc_tx_message_no_reply(sdev->ipc, &msg, 0);
276276
}
277277

278278
static int sof_ipc4_trigger_pipelines(struct snd_soc_component *component,

0 commit comments

Comments
 (0)