Skip to content

Commit a14bfeb

Browse files
authored
Merge pull request #474 from bardliao/master
dma-trace: remove specific reply
2 parents 1c19a79 + 1aa4211 commit a14bfeb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/ipc/handler.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ static int ipc_dma_trace_config(uint32_t header)
627627
uint32_t ring_size;
628628
#endif
629629
struct sof_ipc_dma_trace_params *params = _ipc->comp_data;
630-
struct sof_ipc_reply reply;
631630
int err;
632631

633632
trace_ipc("DA1");
@@ -681,11 +680,6 @@ static int ipc_dma_trace_config(uint32_t header)
681680
if (err < 0)
682681
goto error;
683682

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));
689683
return 0;
690684

691685
error:

0 commit comments

Comments
 (0)