Searched defs:snd_pcm_sw_params (Results 1 – 1 of 1) sorted by relevance
341 struct snd_pcm_sw_params { struct342 int tstamp_mode;343 unsigned int period_step;344 unsigned int sleep_min;345 snd_pcm_uframes_t avail_min;346 snd_pcm_uframes_t xfer_align;347 snd_pcm_uframes_t start_threshold;348 snd_pcm_uframes_t stop_threshold;349 snd_pcm_uframes_t silence_threshold;350 snd_pcm_uframes_t silence_size;[all …]