mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
pcm: Implement timestamp type handling in all plugins
Now all PCM plugins do support the proper timestamp type or pass it over slaves. The internal monotonic flag is dropped and replaced with tstamp_type in all places. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9b716075de
commit
65ff6fdafb
28 changed files with 73 additions and 58 deletions
|
|
@ -85,8 +85,8 @@ typedef struct {
|
|||
unsigned int period_size;
|
||||
unsigned int period_time;
|
||||
snd_interval_t periods;
|
||||
unsigned int monotonic;
|
||||
snd_pcm_tstamp_t tstamp_mode;
|
||||
snd_pcm_tstamp_type_t tstamp_type;
|
||||
unsigned int period_step;
|
||||
unsigned int sleep_min; /* not used */
|
||||
unsigned int avail_min;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue