Home
last modified time | relevance | path

Searched defs:snd_pcm_sw_params (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/sound/
Dasound.h386 struct snd_pcm_sw_params { struct
387 int tstamp_mode; /* timestamp mode */
388 unsigned int period_step;
389 unsigned int sleep_min; /* min ticks to sleep */
390 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
391 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
392 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
393 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
394 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
395 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]