Home
last modified time | relevance | path

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

/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h366 struct snd_pcm_sw_params { struct
367 int tstamp_mode;
369 unsigned int period_step;
370 unsigned int sleep_min;
371 snd_pcm_uframes_t avail_min;
372 snd_pcm_uframes_t xfer_align;
374 snd_pcm_uframes_t start_threshold;
375 snd_pcm_uframes_t stop_threshold;
376 snd_pcm_uframes_t silence_threshold;
377 snd_pcm_uframes_t silence_size;
[all …]
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h381 struct snd_pcm_sw_params { struct
382 int tstamp_mode; /* timestamp mode */
383 unsigned int period_step;
384 unsigned int sleep_min; /* min ticks to sleep */
385 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
389 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
390 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h367 struct snd_pcm_sw_params { struct
369 int tstamp_mode;
370 unsigned int period_step;
371 unsigned int sleep_min;
372 snd_pcm_uframes_t avail_min;
374 snd_pcm_uframes_t xfer_align;
375 snd_pcm_uframes_t start_threshold;
376 snd_pcm_uframes_t stop_threshold;
377 snd_pcm_uframes_t silence_threshold;
379 snd_pcm_uframes_t silence_size;
[all …]
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h366 struct snd_pcm_sw_params { struct
367 int tstamp_mode;
369 unsigned int period_step;
370 unsigned int sleep_min;
371 snd_pcm_uframes_t avail_min;
372 snd_pcm_uframes_t xfer_align;
374 snd_pcm_uframes_t start_threshold;
375 snd_pcm_uframes_t stop_threshold;
376 snd_pcm_uframes_t silence_threshold;
377 snd_pcm_uframes_t silence_size;
[all …]
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dasound.h381 struct snd_pcm_sw_params { struct
382 int tstamp_mode; /* timestamp mode */
383 unsigned int period_step;
384 unsigned int sleep_min; /* min ticks to sleep */
385 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
389 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
390 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dasound.h382 struct snd_pcm_sw_params { struct
383 int tstamp_mode; /* timestamp mode */
384 unsigned int period_step;
385 unsigned int sleep_min; /* min ticks to sleep */
386 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
387 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
388 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
389 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
390 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
391 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]