mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: add category for connection debug
Use a new conn. topic to debug the messages. These are disabled by default.
This commit is contained in:
parent
34973eac89
commit
72bee99f87
3 changed files with 8 additions and 2 deletions
|
|
@ -33,7 +33,6 @@
|
|||
#include "defs.h"
|
||||
#include "format.h"
|
||||
#include "internal.h"
|
||||
#include "log.h"
|
||||
#include "message.h"
|
||||
#include "remap.h"
|
||||
#include "volume.h"
|
||||
|
|
@ -47,6 +46,9 @@
|
|||
|
||||
#define PA_CHANNELS_MAX (32u)
|
||||
|
||||
PW_LOG_TOPIC_EXTERN(pulse_conn);
|
||||
#define PW_LOG_TOPIC_DEFAULT pulse_conn
|
||||
|
||||
static inline uint32_t volume_from_linear(float vol)
|
||||
{
|
||||
uint32_t v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue