Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dasoundlib.h123 PCM_PARAM_SAMPLE_BITS, enumerator
Dpcm.c612 case PCM_PARAM_SAMPLE_BITS: in pcm_param_to_alsa()
795 min = pcm_params_get_min(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()
796 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS); in pcm_params_to_string()
/device/linaro/hikey/hifi/xaf/host-apf/playback/
Dxa_playback.c216 can_play &= check_param(params, PCM_PARAM_SAMPLE_BITS, bits, "Bitrate", " bits"); in sample_is_playable()