Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_FRAME_BITS (Results 1 – 5 of 5) sorted by relevance

/external/tinyalsa_new/src/
Dpcm_plugin.c255 pcm_plug_set_interval(params, SNDRV_PCM_HW_PARAM_FRAME_BITS, in pcm_plug_get_params()
479 pcm_plug_interval_select(p, SNDRV_PCM_HW_PARAM_FRAME_BITS, select, val1); in pcm_plug_hw_params_set()
Dpcm.c790 return SNDRV_PCM_HW_PARAM_FRAME_BITS; in pcm_param_to_alsa()
/external/tinyalsa/
Dpcm_plugin.c238 pcm_plug_set_interval(params, SNDRV_PCM_HW_PARAM_FRAME_BITS, in pcm_plug_get_params()
462 pcm_plug_interval_select(p, SNDRV_PCM_HW_PARAM_FRAME_BITS, select, val1); in pcm_plug_hw_params_set()
Dpcm.c677 return SNDRV_PCM_HW_PARAM_FRAME_BITS; in pcm_param_to_alsa()
951 param_set_int(&params, SNDRV_PCM_HW_PARAM_FRAME_BITS, in pcm_open()
/external/kernel-headers/original/uapi/sound/
Dasound.h367 #define SNDRV_PCM_HW_PARAM_FRAME_BITS 9 /* Bits per frame */ macro