mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
small cleanups
This commit is contained in:
parent
65e00631da
commit
c61d579d99
9 changed files with 34 additions and 19 deletions
|
|
@ -333,6 +333,8 @@ static int link_session_dsp(struct session *session)
|
|||
struct pw_port *op, *ip;
|
||||
char *error = NULL;
|
||||
|
||||
pw_log_debug("module %p: link session dsp '%d'", impl, session->id);
|
||||
|
||||
if (session->direction == PW_DIRECTION_OUTPUT) {
|
||||
op = session->dsp_port;
|
||||
ip = session->node_port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue