Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h409 struct snd_pcm_sw_params { struct
410 int tstamp_mode; /* timestamp mode */
411 unsigned int period_step;
412 unsigned int sleep_min; /* min ticks to sleep */
413 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
414 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
415 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
416 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
417 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
418 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/external/adhd/cras/src/tests/
Dalsa_helpers_unittest.cc304 int snd_pcm_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params) { in snd_pcm_sw_params() function