Add support for monotonic timestamps

This commit is contained in:
Jaroslav Kysela 2008-01-09 11:13:34 +01:00
parent a73ad3f265
commit 309a274454
28 changed files with 77 additions and 25 deletions

View file

@ -85,7 +85,7 @@ typedef struct {
unsigned int period_size;
unsigned int period_time;
snd_interval_t periods;
unsigned int tick_time; /* not used */
unsigned int monotonic;
snd_pcm_tstamp_t tstamp_mode;
unsigned int period_step;
unsigned int sleep_min; /* not used */