mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
alsa: disable htimestamp when it seems to error too much
This commit is contained in:
parent
f76191c792
commit
2963e7fd4c
2 changed files with 15 additions and 3 deletions
|
|
@ -40,6 +40,8 @@ extern "C" {
|
|||
#define DEFAULT_CHANNELS 2u
|
||||
#define DEFAULT_USE_CHMAP false
|
||||
|
||||
#define MAX_HTIMESTAMP_ERROR 64
|
||||
|
||||
struct props {
|
||||
char device[64];
|
||||
char device_name[128];
|
||||
|
|
@ -185,6 +187,7 @@ struct state {
|
|||
uint32_t start_delay;
|
||||
uint32_t min_delay;
|
||||
uint32_t max_delay;
|
||||
uint32_t htimestamp_error;
|
||||
|
||||
uint32_t duration;
|
||||
unsigned int alsa_started:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue