Lines Matching defs:snd_pcm_sw_params
379 struct snd_pcm_sw_params { struct
380 int tstamp_mode; /* timestamp mode */
381 unsigned int period_step;
382 unsigned int sleep_min; /* min ticks to sleep */
383 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
384 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
385 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
386 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
387 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
388 snd_pcm_uframes_t silence_size; /* silence block size */
389 snd_pcm_uframes_t boundary; /* pointers wrap point */
390 unsigned char reserved[64]; /* reserved for future */