Searched defs:snd_pcm_sw_params (Results 1 – 5 of 5) sorted by relevance
323 struct snd_pcm_sw_params { struct324 int tstamp_mode;325 unsigned int period_step;326 unsigned int sleep_min;327 snd_pcm_uframes_t avail_min;328 snd_pcm_uframes_t xfer_align;329 snd_pcm_uframes_t start_threshold;330 snd_pcm_uframes_t stop_threshold;331 snd_pcm_uframes_t silence_threshold;332 snd_pcm_uframes_t silence_size;[all …]
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 */438 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */441 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */442 snd_pcm_uframes_t silence_size; /* silence block size */[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;344 snd_pcm_uframes_t start_threshold;345 snd_pcm_uframes_t stop_threshold;346 snd_pcm_uframes_t silence_threshold;347 snd_pcm_uframes_t silence_size;[all …]
894 static int snd_pcm_sw_params(struct snd_pcm_substream *substream, in snd_pcm_sw_params() function