Searched refs:_snd_pcm_hw_param_set (Results 1 – 7 of 7) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_plug.c | 510 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_plug_hw_refine_sprepare() 514 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_CHANNELS, in snd_pcm_plug_hw_refine_sprepare() 813 _snd_pcm_hw_param_set(&sparams, SND_PCM_HW_PARAM_CHANNELS, plug->schannels, 0); 816 _snd_pcm_hw_param_set(&sparams, SND_PCM_HW_PARAM_RATE, plug->srate, 0); 874 _snd_pcm_hw_param_set(slave_params, SND_PCM_HW_PARAM_ACCESS, slv_params.access, 0); 890 _snd_pcm_hw_param_set(params, SND_PCM_HW_PARAM_BUFFER_SIZE, slave->buffer_size, 0); 894 _snd_pcm_hw_param_set(params, SND_PCM_HW_PARAM_PERIOD_SIZE, slave->period_size, 0);
|
| A D | pcm_route.c | 624 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_route_hw_refine_sprepare() 628 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_CHANNELS, in snd_pcm_route_hw_refine_sprepare()
|
| A D | pcm_multi.c | 153 err = _snd_pcm_hw_param_set(params, SND_PCM_HW_PARAM_CHANNELS, in snd_pcm_multi_hw_refine_cprepare() 171 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_CHANNELS, in snd_pcm_multi_hw_refine_sprepare()
|
| A D | pcm_local.h | 469 int _snd_pcm_hw_param_set(snd_pcm_hw_params_t *param,
|
| A D | pcm_softvol.c | 454 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_softvol_hw_refine_sprepare()
|
| A D | pcm_params.c | 745 int _snd_pcm_hw_param_set(snd_pcm_hw_params_t *params, in _snd_pcm_hw_param_set() function 816 ret = _snd_pcm_hw_param_set(params, var, val, dir); in snd_pcm_hw_param_set()
|
| A D | pcm_rate.c | 117 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_FORMAT, in snd_pcm_rate_hw_refine_sprepare()
|
Completed in 25 milliseconds