Searched defs:snd_pcm_sw_params (Results 1 – 6 of 6) sorted by relevance
319 struct snd_pcm_sw_params { struct320 int tstamp_mode;321 unsigned int period_step;322 unsigned int sleep_min;323 snd_pcm_uframes_t avail_min;324 snd_pcm_uframes_t xfer_align;325 snd_pcm_uframes_t start_threshold;326 snd_pcm_uframes_t stop_threshold;327 snd_pcm_uframes_t silence_threshold;328 snd_pcm_uframes_t silence_size;[all …]
314 struct snd_pcm_sw_params { struct315 int tstamp_mode;316 unsigned int period_step;317 unsigned int sleep_min;318 snd_pcm_uframes_t avail_min;319 snd_pcm_uframes_t xfer_align;320 snd_pcm_uframes_t start_threshold;321 snd_pcm_uframes_t stop_threshold;322 snd_pcm_uframes_t silence_threshold;323 snd_pcm_uframes_t silence_size;[all …]
405 struct snd_pcm_sw_params { struct406 int tstamp_mode; /* timestamp mode */407 unsigned int period_step;408 unsigned int sleep_min; /* min ticks to sleep */409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */410 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */411 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */413 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */414 snd_pcm_uframes_t silence_size; /* silence block size */[all …]
413 struct snd_pcm_sw_params { struct414 int tstamp_mode; /* timestamp mode */415 unsigned int period_step;416 unsigned int sleep_min; /* min ticks to sleep */417 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */418 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */419 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */420 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */421 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */422 snd_pcm_uframes_t silence_size; /* silence block size */[all …]