Searched defs:snd_pcm_sw_params (Results 1 – 1 of 1) sorted by relevance
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 …]