Searched defs:snd_pcm_sw_params (Results 1 – 3 of 3) sorted by relevance
425 struct snd_pcm_sw_params { struct426 int tstamp_mode; /* timestamp mode */427 unsigned int period_step;428 unsigned int sleep_min; /* min ticks to sleep */429 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */430 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */431 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */432 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */433 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */434 snd_pcm_uframes_t silence_size; /* silence block size */[all …]
101005 struct snd_pcm_sw_params { struct101006 int tstamp_mode;101007 unsigned int period_step;101008 unsigned int sleep_min;101009 snd_pcm_uframes_t avail_min;101010 snd_pcm_uframes_t xfer_align;101011 snd_pcm_uframes_t start_threshold;101012 snd_pcm_uframes_t stop_threshold;101013 snd_pcm_uframes_t silence_threshold;101014 snd_pcm_uframes_t silence_size;[all …]