Searched refs:set_param (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | aplay.c | 147 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in aplay() 205 ret = set_param(mgr->handle, mgr->format, mgr->rate, mgr->channels, in play_builtin_music() 231 ret = set_param(audio_hpcm_mgr->handle, in play_builtin_music() 331 ret = set_param(mgr->handle, mgr->format, mgr->rate, mgr->channels, in play_fs_music() 357 ret = set_param(audio_hpcm_mgr->handle, in play_fs_music()
|
| A D | common.h | 26 int set_param(snd_pcm_t *handle, snd_pcm_format_t format,
|
| A D | aduplex.c | 199 ret = set_param(mgr->handle, mgr->format, mgr->rate, mgr->channels, in playback_fs_wav() 269 ret = set_param(mgr->handle, mgr->format, mgr->rate, mgr->channels, in capture_fs_wav() 394 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in arecord() 455 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in aplay()
|
| A D | arecord.c | 129 ret = set_param(handle, format, rate, channels, period_frames, buffer_frames); in arecord() 220 ret = set_param(mgr->handle, mgr->format, mgr->rate, mgr->channels, in capture_fs_wav()
|
| A D | common.c | 43 int set_param(snd_pcm_t *handle, snd_pcm_format_t format, in set_param() function
|
| A D | arecord_mad.c | 207 ret = set_param(handle, audio_mgr->format, audio_mgr->rate, in capture_then_play()
|
Completed in 11 milliseconds