mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-06 04:30:14 +01:00
The Dbus device reservation has been moved into a separate module, and has also been refactored to allow reserving a device name before an actual device is created. Devices now are created and destroyed by the monitor depending on whether PipeWire owns the device or not. This also simplifies a lot the device activation module to always enable devices when they are created, and never worry about checking whether a device is acquired by PipeWire or not. |
||
|---|---|---|
| .. | ||
| module-config-policy | ||
| module-config-static-objects | ||
| module-dbus-reservation | ||
| module-endpoint-creation | ||
| module-si-adapter | ||
| meson.build | ||
| module-client-permissions.c | ||
| module-config-policy.c | ||
| module-config-static-objects.c | ||
| module-dbus-reservation.c | ||
| module-device-activation.c | ||
| module-endpoint-creation.c | ||
| module-metadata.c | ||
| module-monitor.c | ||
| module-node-suspension.c | ||
| module-session-settings.c | ||
| module-si-adapter.c | ||
| module-si-audio-softdsp-endpoint.c | ||
| module-si-bluez5-endpoint.c | ||
| module-si-convert.c | ||
| module-si-fake-stream.c | ||
| module-si-monitor-endpoint.c | ||
| module-si-simple-node-endpoint.c | ||
| module-si-standard-link.c | ||