alsa: improve clock slaving for source

This commit is contained in:
Wim Taymans 2019-04-25 12:53:23 +02:00
parent f8513029a1
commit d8f39a7c02
3 changed files with 26 additions and 21 deletions

View file

@ -68,7 +68,7 @@ struct buffer {
#define BW_MAX 0.256
#define BW_MED 0.064
#define BW_MIN 0.016
#define BW_PERIOD 3.0
#define BW_PERIOD (3 * SPA_NSEC_PER_SEC)
struct state {
struct spa_handle handle;