Searched defs:snd_pcm_sw_params (Results 1 – 1 of 1) sorted by relevance
433 struct snd_pcm_sw_params { struct434 int tstamp_mode; /* timestamp mode */435 unsigned int period_step;436 unsigned int sleep_min; /* min ticks to sleep */437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */444 snd_pcm_uframes_t stop_threshold; /* - stop playback */445 snd_pcm_uframes_t silence_threshold; /* - pre-fill buffer with silence */448 snd_pcm_uframes_t boundary; /* pointers wrap point */449 unsigned int proto; /* protocol version */450 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */[all …]
Completed in 14 milliseconds