Searched defs:snd_pcm_sw_params (Results 1 – 3 of 3) sorted by relevance
433 struct snd_pcm_sw_params { struct434 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 */444 snd_pcm_uframes_t stop_threshold; /* - stop playback */445 snd_pcm_uframes_t silence_threshold; /* - pre-fill buffer with silence */446 snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,[all …]
115957 struct snd_pcm_sw_params { struct115958 int tstamp_mode;115959 unsigned int period_step;115960 unsigned int sleep_min;115961 snd_pcm_uframes_t avail_min;115962 snd_pcm_uframes_t xfer_align;115963 snd_pcm_uframes_t start_threshold;115964 snd_pcm_uframes_t stop_threshold;115965 snd_pcm_uframes_t silence_threshold;115966 snd_pcm_uframes_t silence_size;[all …]