We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c19a79 + 1aa4211 commit a14bfebCopy full SHA for a14bfeb
1 file changed
src/ipc/handler.c
@@ -627,7 +627,6 @@ static int ipc_dma_trace_config(uint32_t header)
627
uint32_t ring_size;
628
#endif
629
struct sof_ipc_dma_trace_params *params = _ipc->comp_data;
630
- struct sof_ipc_reply reply;
631
int err;
632
633
trace_ipc("DA1");
@@ -681,11 +680,6 @@ static int ipc_dma_trace_config(uint32_t header)
681
680
if (err < 0)
682
goto error;
683
684
- /* write component values to the outbox */
685
- reply.hdr.size = sizeof(reply);
686
- reply.hdr.cmd = header;
687
- reply.error = 0;
688
- mailbox_hostbox_write(0, &reply, sizeof(reply));
689
return 0;
690
691
error:
0 commit comments