Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/sound/
Dasound.h429 struct snd_pcm_sw_params { struct
430 int tstamp_mode; /* timestamp mode */
431 unsigned int period_step;
432 unsigned int sleep_min; /* min ticks to sleep */
433 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
434 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
435 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
440 snd_pcm_uframes_t stop_threshold; /* - stop playback */
441 snd_pcm_uframes_t silence_threshold; /* - pre-fill buffer with silence */
442 snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
[all …]
/linux-6.6.21/tools/include/uapi/sound/
Dasound.h429 struct snd_pcm_sw_params { struct
430 int tstamp_mode; /* timestamp mode */
431 unsigned int period_step;
432 unsigned int sleep_min; /* min ticks to sleep */
433 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
434 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
435 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
440 snd_pcm_uframes_t stop_threshold; /* - stop playback */
441 snd_pcm_uframes_t silence_threshold; /* - pre-fill buffer with silence */
442 snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
[all …]
/linux-6.6.21/sound/core/
Dpcm_native.c913 static int snd_pcm_sw_params(struct snd_pcm_substream *substream, in snd_pcm_sw_params() function