summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2019-04-29 10:00:42 +0200
committerWim Taymans <wtaymans@redhat.com>2019-04-29 10:00:42 +0200
commit5ac383e7f75a34a494fe13f905f69f5326d1fb18 (patch)
tree9c6bd98790adc8661efe66aa3db0806791341888 /src
parentb43844e7c67afbce92235608e931ccd28e3b72b9 (diff)
alsa: improve capture slave resync
When we underrun, send out a buffer of 0 samples and catch up next time. Detect discont in the master and resync.
Diffstat (limited to 'src')
-rw-r--r--src/pipewire/node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pipewire/node.c b/src/pipewire/node.c
index ebfdc897..921939cd 100644
--- a/src/pipewire/node.c
+++ b/src/pipewire/node.c
@@ -49,7 +49,6 @@ struct impl {
struct pw_work_queue *work;
- uint32_t next_position;
int last_error;
unsigned int pause_on_idle:1;