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:
Wim Taymans 2022-01-17 10:25:26 +01:00
parent 48e83fc780
commit 6a2aea8e0a
2 changed files with 16 additions and 23 deletions

View file

@ -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)