mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
remove some printf, add some more debug
This commit is contained in:
parent
4b2520d173
commit
613216613e
3 changed files with 5 additions and 6 deletions
|
|
@ -28,8 +28,8 @@ typedef struct _SpiALSASink SpiALSASink;
|
|||
|
||||
|
||||
static const char default_device[] = "default";
|
||||
static const uint32_t default_buffer_time = 500000;
|
||||
static const uint32_t default_period_time = 100000;
|
||||
static const uint32_t default_buffer_time = 40000;
|
||||
static const uint32_t default_period_time = 20000;
|
||||
static const bool default_period_event = 0;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue