mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: remove the MONITOR flag
PulseAudio has separate namespaces for sources and sinks so we can reuse the same id for the sink and its monitor.
This commit is contained in:
parent
48e83fc780
commit
6a2aea8e0a
2 changed files with 16 additions and 23 deletions
|
|
@ -57,7 +57,6 @@
|
|||
#define SCACHE_ENTRY_SIZE_MAX (1024*1024*16)
|
||||
|
||||
#define INDEX_MASK 0xffffffu
|
||||
#define MONITOR_FLAG (1u << 24)
|
||||
#define EXTENSION_FLAG (1u << 25)
|
||||
#define MODULE_FLAG (1u << 26)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue