Skip to content

Support creating links for all ports from a node to another

This commit allows to specify the port-ids as "*" in create-link in order to connect all output ports from the first node to all input ports from the second node (in port-id order). For example, executing something like:

create-link my-virtual-device * alsa_output.usb-headset *

Merge request reports