Searched refs:pcm_params_get_max (Results 1 – 3 of 3) sorted by relevance
703 unsigned int pcm_params_get_max(struct pcm_params *pcm_params, in pcm_params_get_max() function790 max = pcm_params_get_max(params, PCM_PARAM_RATE); in pcm_params_to_string()793 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS); in pcm_params_to_string()796 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()799 max = pcm_params_get_max(params, PCM_PARAM_PERIOD_SIZE); in pcm_params_to_string()802 max = pcm_params_get_max(params, PCM_PARAM_PERIODS); in pcm_params_to_string()
167 unsigned int pcm_params_get_max(struct pcm_params *pcm_params,
191 max = pcm_params_get_max(params, param); in check_param()