Skip to content

Commit 637aa48

Browse files
committed
audio: pipeline: remove unneeded warning
"Trace context" isn't used any more, no need to warn about it. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 7c7eb1f commit 637aa48

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/audio/pipeline/pipeline-graph.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@ struct pipeline *pipeline_new(struct k_heap *heap, uint32_t pipeline_id, uint32_
185185
p->status = COMP_STATE_INIT;
186186
p->trigger.cmd = COMP_TRIGGER_NO_ACTION;
187187

188-
#ifdef CONFIG_SOF_USERSPACE_LL
189-
LOG_WRN("pipeline trace settings cannot be copied");
190-
#else
188+
#ifndef CONFIG_SOF_USERSPACE_LL
191189
ret = memcpy_s(&p->tctx, sizeof(struct tr_ctx), &pipe_tr,
192190
sizeof(struct tr_ctx));
193191
if (ret < 0) {

0 commit comments

Comments
 (0)