Searched defs:snd_pcm_sw_params (Results 1 – 11 of 11) sorted by relevance
371 struct snd_pcm_sw_params { struct372 int tstamp_mode;373 unsigned int period_step;374 unsigned int sleep_min;376 snd_pcm_uframes_t avail_min;377 snd_pcm_uframes_t xfer_align;382 snd_pcm_uframes_t silence_size;383 snd_pcm_uframes_t boundary;384 unsigned int proto;386 unsigned int tstamp_type;[all …]
388 struct snd_pcm_sw_params { struct389 int tstamp_mode; /* timestamp mode */390 unsigned int period_step;391 unsigned int sleep_min; /* min ticks to sleep */392 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */395 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */397 snd_pcm_uframes_t silence_size; /* silence block size */398 snd_pcm_uframes_t boundary; /* pointers wrap point */399 unsigned int proto; /* protocol version */400 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */[all …]
369 struct snd_pcm_sw_params { struct370 int tstamp_mode;371 unsigned int period_step;372 unsigned int sleep_min;374 snd_pcm_uframes_t avail_min;375 snd_pcm_uframes_t xfer_align;380 snd_pcm_uframes_t silence_size;381 snd_pcm_uframes_t boundary;382 unsigned int proto;384 unsigned int tstamp_type;[all …]
338 struct snd_pcm_sw_params { struct339 int tstamp_mode;340 unsigned int period_step;341 unsigned int sleep_min;342 snd_pcm_uframes_t avail_min;343 snd_pcm_uframes_t xfer_align;347 snd_pcm_uframes_t silence_size;348 snd_pcm_uframes_t boundary;349 unsigned int proto;350 unsigned int tstamp_type;[all …]
367 struct snd_pcm_sw_params { struct369 int tstamp_mode;370 unsigned int period_step;371 unsigned int sleep_min;372 snd_pcm_uframes_t avail_min;374 snd_pcm_uframes_t xfer_align;375 snd_pcm_uframes_t start_threshold;376 snd_pcm_uframes_t stop_threshold;379 snd_pcm_uframes_t silence_size;380 snd_pcm_uframes_t boundary;[all …]
382 struct snd_pcm_sw_params { struct383 int tstamp_mode; /* timestamp mode */384 unsigned int period_step;385 unsigned int sleep_min; /* min ticks to sleep */386 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */387 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */388 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */389 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */391 snd_pcm_uframes_t silence_size; /* silence block size */392 snd_pcm_uframes_t boundary; /* pointers wrap point */[all …]
366 struct snd_pcm_sw_params { struct367 int tstamp_mode;369 unsigned int period_step;370 unsigned int sleep_min;371 snd_pcm_uframes_t avail_min;372 snd_pcm_uframes_t xfer_align;374 snd_pcm_uframes_t start_threshold;375 snd_pcm_uframes_t stop_threshold;377 snd_pcm_uframes_t silence_size;379 snd_pcm_uframes_t boundary;[all …]
381 struct snd_pcm_sw_params { struct382 int tstamp_mode; /* timestamp mode */383 unsigned int period_step;384 unsigned int sleep_min; /* min ticks to sleep */385 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */390 snd_pcm_uframes_t silence_size; /* silence block size */391 snd_pcm_uframes_t boundary; /* pointers wrap point */[all …]