Home | History | Annotate | Download | only in tinyalsa

Lines Matching refs:pcm_params_get_max

704 unsigned int pcm_params_get_max(struct pcm_params *pcm_params,
791 max = pcm_params_get_max(params, PCM_PARAM_RATE);
794 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
797 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
800 max = pcm_params_get_max(params, PCM_PARAM_PERIOD_SIZE);
803 max = pcm_params_get_max(params, PCM_PARAM_PERIODS);