Searched defs:snd_pcm_sw_params (Results 1 – 1 of 1) sorted by relevance
334 struct snd_pcm_sw_params { struct335 int tstamp_mode;336 unsigned int period_step;337 unsigned int sleep_min;338 snd_pcm_uframes_t avail_min;339 snd_pcm_uframes_t xfer_align;340 snd_pcm_uframes_t start_threshold;341 snd_pcm_uframes_t stop_threshold;342 snd_pcm_uframes_t silence_threshold;343 snd_pcm_uframes_t silence_size;[all …]