Skip to content

Commit f5513cd

Browse files
wangyan42164lrgirdwo
authored andcommitted
APL/CNL: Add stream_tag variable for saving parameter from kernel driver.
Add stream_tag variable for IPC message and DMA trace data structure. Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
1 parent 9ec70bb commit f5513cd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/include/reef/dma-trace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ struct dma_trace_data {
6363
struct work dmat_work;
6464
uint32_t enabled;
6565
uint32_t copy_in_progress;
66+
uint32_t stream_tag;
6667
spinlock_t lock;
6768
};
6869

src/include/uapi/ipc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ struct sof_ipc_window {
839839
struct sof_ipc_dma_trace_params {
840840
struct sof_ipc_hdr hdr;
841841
struct sof_ipc_host_buffer buffer;
842+
uint32_t stream_tag;
842843
} __attribute__((packed));
843844

844845
/* DMA for Trace params info - SOF_IPC_DEBUG_DMA_PARAMS */

0 commit comments

Comments
 (0)