Home
last modified time | relevance | path

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

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h319 struct snd_pcm_sw_params { struct
320 int tstamp_mode;
321 unsigned int period_step;
322 unsigned int sleep_min;
323 snd_pcm_uframes_t avail_min;
324 snd_pcm_uframes_t xfer_align;
325 snd_pcm_uframes_t start_threshold;
326 snd_pcm_uframes_t stop_threshold;
327 snd_pcm_uframes_t silence_threshold;
328 snd_pcm_uframes_t silence_size;
[all …]
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h314 struct snd_pcm_sw_params { struct
315 int tstamp_mode;
316 unsigned int period_step;
317 unsigned int sleep_min;
318 snd_pcm_uframes_t avail_min;
319 snd_pcm_uframes_t xfer_align;
320 snd_pcm_uframes_t start_threshold;
321 snd_pcm_uframes_t stop_threshold;
322 snd_pcm_uframes_t silence_threshold;
323 snd_pcm_uframes_t silence_size;
[all …]
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h314 struct snd_pcm_sw_params { struct
315 int tstamp_mode;
316 unsigned int period_step;
317 unsigned int sleep_min;
318 snd_pcm_uframes_t avail_min;
319 snd_pcm_uframes_t xfer_align;
320 snd_pcm_uframes_t start_threshold;
321 snd_pcm_uframes_t stop_threshold;
322 snd_pcm_uframes_t silence_threshold;
323 snd_pcm_uframes_t silence_size;
[all …]
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h405 struct snd_pcm_sw_params { struct
406 int tstamp_mode; /* timestamp mode */
407 unsigned int period_step;
408 unsigned int sleep_min; /* min ticks to sleep */
409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
410 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
411 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
413 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
414 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h413 struct snd_pcm_sw_params { struct
414 int tstamp_mode; /* timestamp mode */
415 unsigned int period_step;
416 unsigned int sleep_min; /* min ticks to sleep */
417 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
418 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
419 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
420 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
421 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
422 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h405 struct snd_pcm_sw_params { struct
406 int tstamp_mode; /* timestamp mode */
407 unsigned int period_step;
408 unsigned int sleep_min; /* min ticks to sleep */
409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
410 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
411 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
413 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
414 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]