Searched refs:SND_PCM_HW_PARAM_SAMPLE_BITS (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_params.c | 982 .deps = { SND_PCM_HW_PARAM_SAMPLE_BITS, -1 }, 986 .var = SND_PCM_HW_PARAM_SAMPLE_BITS, 989 SND_PCM_HW_PARAM_SAMPLE_BITS, -1 }, 993 .var = SND_PCM_HW_PARAM_SAMPLE_BITS, 1002 .deps = { SND_PCM_HW_PARAM_SAMPLE_BITS, 1024 SND_PCM_HW_PARAM_SAMPLE_BITS, -1 }, 1130 [SND_PCM_HW_PARAM_SAMPLE_BITS - SND_PCM_HW_PARAM_FIRST_INTERVAL] = { .range = { 1263 i = hw_param_interval(params, SND_PCM_HW_PARAM_SAMPLE_BITS); in snd_pcm_hw_refine_soft()
|
| A D | pcm_plug.c | 806 snd_pcm_hw_param_change(slave_params, SND_PCM_HW_PARAM_SAMPLE_BITS); 807 snd_pcm_hw_param_change(&sparams, SND_PCM_HW_PARAM_SAMPLE_BITS);
|
| A D | pcm_local.h | 405 #define SND_PCM_HW_PARBIT_SAMPLE_BITS (1U << SND_PCM_HW_PARAM_SAMPLE_BITS)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/ |
| A D | snd_pcm.c | 188 snd_range_setinteger(constrs_interval(constrains, SND_PCM_HW_PARAM_SAMPLE_BITS)); in snd_pcm_hw_constrains_init() 193 SND_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constrains_init() 196 err = snd_pcm_hw_rule_add(runtime, 0, SND_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constrains_init() 199 SND_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constrains_init() 202 err = snd_pcm_hw_rule_add(runtime, 0, SND_PCM_HW_PARAM_SAMPLE_BITS, in snd_pcm_hw_constrains_init() 209 SND_PCM_HW_PARAM_SAMPLE_BITS, SND_PCM_HW_PARAM_CHANNELS, -1); in snd_pcm_hw_constrains_init() 224 SND_PCM_HW_PARAM_FRAME_BITS, SND_PCM_HW_PARAM_SAMPLE_BITS, -1); in snd_pcm_hw_constrains_init() 1610 params->intervals[SND_PCM_HW_PARAM_SAMPLE_BITS].range.min * 1613 params->intervals[SND_PCM_HW_PARAM_SAMPLE_BITS].range.min,
|
| A D | snd_core.c | 233 cons->intervals[SND_PCM_HW_PARAM_SAMPLE_BITS].range.min = in soc_pcm_init_runtime_hw_constrains() 235 cons->intervals[SND_PCM_HW_PARAM_SAMPLE_BITS].range.max = in soc_pcm_init_runtime_hw_constrains()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | pcm_common.h | 178 #define SND_PCM_HW_PARAM_SAMPLE_BITS 2 macro 189 #define SND_PCM_HW_PARAM_FIRST_RANGE SND_PCM_HW_PARAM_SAMPLE_BITS
|
Completed in 29 milliseconds