Searched refs:stop_threshold (Results 1 – 7 of 7) sorted by relevance
77 u32 stop_threshold; member100 get_user(params.stop_threshold, &src->stop_threshold) || in snd_pcm_ioctl_sw_params_compat()
427 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold); in snd_pcm_substream_proc_sw_params_read()
836 runtime->stop_threshold = runtime->buffer_size; in snd_pcm_hw_params()982 runtime->stop_threshold = params->stop_threshold; in snd_pcm_sw_params()
223 if (avail >= runtime->stop_threshold) { in snd_pcm_update_state()
1007 sw_params->stop_threshold = runtime->boundary; in snd_pcm_oss_change_params_locked()1009 sw_params->stop_threshold = runtime->buffer_size; in snd_pcm_oss_change_params_locked()2936 runtime->stop_threshold = runtime->boundary; in snd_pcm_oss_mmap()
214 if (runtime->stop_threshold != ~(0U)) in mt8186_fe_trigger()238 if (runtime->stop_threshold != ~(0U)) in mt8186_fe_trigger()
643 return runtime->stop_threshold > runtime->buffer_size; in in_free_wheeling_mode()
Completed in 34 milliseconds