mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 06:38:01 +02:00
monitor: alsa: Don't make the loopback device node virtual by default
This commit is contained in:
parent
2f8bbc9206
commit
ff81169cce
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ function CreateLoopback (properties)
|
|||
device_props = Json.Object {
|
||||
["node.name"] = string.format ("alsa_loopback_device.%s", name),
|
||||
["node.description"] = desc,
|
||||
["node.virtual"] = false,
|
||||
["media.class"] = device_media_class,
|
||||
["audio.channels"] = channels,
|
||||
["audio.position"] = position,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue