Home
last modified time | relevance | path

Searched refs:pcm_params_get_max (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c703 unsigned int pcm_params_get_max(struct pcm_params *pcm_params, in pcm_params_get_max() function
790 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()
Dasoundlib.h167 unsigned int pcm_params_get_max(struct pcm_params *pcm_params,
/device/linaro/hikey/hifi/xaf/host-apf/playback/
Dxa_playback.c191 max = pcm_params_get_max(params, param); in check_param()