mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
link: fall back to local io
This commit is contained in:
parent
b9880dbd5f
commit
1aa960ad54
1 changed files with 2 additions and 0 deletions
|
|
@ -515,6 +515,8 @@ static int select_io(struct pw_link *this)
|
||||||
io = this->rt.in_port.port.io;
|
io = this->rt.in_port.port.io;
|
||||||
if (io == NULL)
|
if (io == NULL)
|
||||||
io = this->rt.out_port.port.io;
|
io = this->rt.out_port.port.io;
|
||||||
|
if (io == NULL)
|
||||||
|
io = &this->io;
|
||||||
if (io == NULL)
|
if (io == NULL)
|
||||||
return -EIO;
|
return -EIO;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue