Searched defs:snd_pcm_sw_params (Results 1 – 2 of 2) sorted by relevance
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 …]
267 int snd_pcm_sw_params(snd_pcm_t* pcm, snd_pcm_sw_params_t* params) { in snd_pcm_sw_params() function