Lines Matching refs:threshold
140 unsigned int threshold;
500 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold)
514 err = FF(snd_pcm_sw_params_set_start_threshold) (handle, sw_params, threshold);
517 alsa_logerr (err, "Failed to set software threshold to %ld\n",
518 threshold);
710 if (!in && conf.threshold) {
711 snd_pcm_uframes_t threshold;
732 threshold = (conf.threshold * bytes_per_sec) / 1000;
733 alsa_set_threshold (handle, threshold);
1294 .name = "THRESHOLD",
1296 .valp = &conf.threshold,