mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-26 14:13:23 +00:00
monitor/bluez.lua: Don't set priority.driver in loopback nodes
Loopback nodes should never be the driver as it can cause audio issues.
This commit is contained in:
parent
00c272670c
commit
3887e1ca82
@ -466,7 +466,6 @@ function CreateDeviceLoopbackSource (dev_name, dec_desc, dev_id)
|
||||
["device.id"] = dev_id,
|
||||
["card.profile.device"] = DEVICE_SOURCE_ID,
|
||||
["device.routes"] = "1",
|
||||
["priority.driver"] = 2010,
|
||||
["priority.session"] = 2010,
|
||||
["bluez5.loopback"] = true,
|
||||
["filter.smart"] = true,
|
||||
@ -491,7 +490,6 @@ function CreateDeviceLoopbackSink (dev_name, dec_desc, dev_id)
|
||||
["device.id"] = dev_id,
|
||||
["card.profile.device"] = DEVICE_SINK_ID,
|
||||
["device.routes"] = "1",
|
||||
["priority.driver"] = 2010,
|
||||
["priority.session"] = 2010,
|
||||
["bluez5.sink-loopback"] = true,
|
||||
["filter.smart"] = true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user