Skip to content

Commit 5aeb4f3

Browse files
Dont ignore unbind
1 parent 21ce35b commit 5aeb4f3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/ipc/ipc4/helper.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,11 +731,6 @@ __cold int ipc_comp_disconnect(struct ipc *ipc, ipc_pipe_comp_connect *_connect)
731731
return IPC4_INVALID_RESOURCE_ID;
732732
}
733733

734-
if (src->pipeline == sink->pipeline) {
735-
tr_warn(&ipc_tr, "ignoring unbinding of src %x and dst %x", src_id, sink_id);
736-
return 0;
737-
}
738-
739734
cross_core_unbind = src->ipc_config.core != sink->ipc_config.core;
740735

741736
/* Pass IPC to target core if both modules has the same target core,

0 commit comments

Comments
 (0)