Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasound.h323 struct snd_pcm_sw_params { struct
324 int tstamp_mode;
325 unsigned int period_step;
326 unsigned int sleep_min;
327 snd_pcm_uframes_t avail_min;
328 snd_pcm_uframes_t xfer_align;
329 snd_pcm_uframes_t start_threshold;
330 snd_pcm_uframes_t stop_threshold;
331 snd_pcm_uframes_t silence_threshold;
332 snd_pcm_uframes_t silence_size;
[all …]
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound.h433 struct snd_pcm_sw_params { struct
434 int tstamp_mode; /* timestamp mode */
435 unsigned int period_step;
436 unsigned int sleep_min; /* min ticks to sleep */
437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
438 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
441 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
442 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/sound/
Dasound.h433 struct snd_pcm_sw_params { struct
434 int tstamp_mode; /* timestamp mode */
435 unsigned int period_step;
436 unsigned int sleep_min; /* min ticks to sleep */
437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
438 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
441 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
442 snd_pcm_uframes_t silence_size; /* silence block size */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasound.h338 struct snd_pcm_sw_params { struct
339 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 …]
/kernel/linux/linux-5.10/sound/core/
Dpcm_native.c894 static int snd_pcm_sw_params(struct snd_pcm_substream *substream, in snd_pcm_sw_params() function