Lines Matching defs:snd_pcm_sw_params
400 struct snd_pcm_sw_params { struct
401 int tstamp_mode; /* timestamp mode */
402 unsigned int period_step;
403 unsigned int sleep_min; /* min ticks to sleep */
404 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
405 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
406 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
407 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
408 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
409 snd_pcm_uframes_t silence_size; /* silence block size */
410 snd_pcm_uframes_t boundary; /* pointers wrap point */
411 unsigned int proto; /* protocol version */
412 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */
413 unsigned char reserved[56]; /* reserved for future */