| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_generic.h | 39 snd_pcm_t *slave; 43 int snd_pcm_generic_close(snd_pcm_t *pcm); 44 int snd_pcm_generic_hw_free(snd_pcm_t *pcm); 50 int snd_pcm_generic_mmap(snd_pcm_t *pcm); 51 int snd_pcm_generic_munmap(snd_pcm_t *pcm); 56 int snd_pcm_generic_hwsync(snd_pcm_t *pcm); 57 int snd_pcm_generic_reset(snd_pcm_t *pcm); 58 int snd_pcm_generic_start(snd_pcm_t *pcm); 59 int snd_pcm_generic_drop(snd_pcm_t *pcm); 60 int snd_pcm_generic_drain(snd_pcm_t *pcm); [all …]
|
| A D | pcm_local.h | 63 snd_pcm_t *master; 68 snd_pcm_t **link_dst; 84 int (*mmap)(snd_pcm_t *pcm); 96 int (*drop)(snd_pcm_t *pcm); 103 int (*link)(snd_pcm_t *pcm1, snd_pcm_t *pcm2); 164 snd_pcm_t *op_arg; 165 snd_pcm_t *fast_op_arg; 182 void snd_pcm_link_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave); 183 void snd_pcm_link_appl_ptr(snd_pcm_t *pcm, snd_pcm_t *slave); 184 void snd_pcm_unlink_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave); [all …]
|
| A D | pcm_generic.c | 38 int snd_pcm_generic_close(snd_pcm_t *pcm) in snd_pcm_generic_close() 49 int snd_pcm_generic_hw_free(snd_pcm_t *pcm) in snd_pcm_generic_hw_free() 77 int snd_pcm_generic_prepare(snd_pcm_t *pcm) in snd_pcm_generic_prepare() 100 int snd_pcm_generic_mmap(snd_pcm_t *pcm) in snd_pcm_generic_mmap() 113 int snd_pcm_generic_munmap(snd_pcm_t *pcm) in snd_pcm_generic_munmap() 153 int snd_pcm_generic_hwsync(snd_pcm_t *pcm) in snd_pcm_generic_hwsync() 160 int snd_pcm_generic_reset(snd_pcm_t *pcm) in snd_pcm_generic_reset() 167 int snd_pcm_generic_start(snd_pcm_t *pcm) in snd_pcm_generic_start() 174 int snd_pcm_generic_drop(snd_pcm_t *pcm) in snd_pcm_generic_drop() 181 int snd_pcm_generic_drain(snd_pcm_t *pcm) in snd_pcm_generic_drain() [all …]
|
| A D | pcm_hw.c | 77 static int snd_pcm_hw_hw_free(snd_pcm_t *pcm) in snd_pcm_hw_hw_free() 140 static int snd_pcm_hw_close(snd_pcm_t *pcm) in snd_pcm_hw_close() 167 static int snd_pcm_hw_hwsync(snd_pcm_t *pcm) in snd_pcm_hw_hwsync() 179 static int snd_pcm_hw_prepare(snd_pcm_t *pcm) in snd_pcm_hw_prepare() 191 static int snd_pcm_hw_reset(snd_pcm_t *pcm) in snd_pcm_hw_reset() 203 static int snd_pcm_hw_start(snd_pcm_t *pcm) in snd_pcm_hw_start() 212 static int snd_pcm_hw_drop(snd_pcm_t *pcm) in snd_pcm_hw_drop() 225 static int snd_pcm_hw_drain(snd_pcm_t *pcm) in snd_pcm_hw_drain() 264 static int snd_pcm_hw_resume(snd_pcm_t *pcm) in snd_pcm_hw_resume() 382 static void snd_pcm_hw_dump(snd_pcm_t *pcm) in snd_pcm_hw_dump() [all …]
|
| A D | pcm_direct.h | 129 snd_pcm_t *spcm; 141 int (*sync_ptr)(snd_pcm_t *pcm); 224 snd_pcm_t *spcm, 231 int snd_pcm_direct_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); 233 int snd_pcm_direct_hw_free(snd_pcm_t *pcm); 236 int snd_pcm_direct_mmap(snd_pcm_t *pcm); 237 int snd_pcm_direct_munmap(snd_pcm_t *pcm); 238 int snd_pcm_direct_prepare(snd_pcm_t *pcm); 242 int snd_pcm_direct_wait(snd_pcm_t *pcm, int timeout); 246 int snd_pcm_hw_poll_index_init(snd_pcm_t *hw_pcm); [all …]
|
| A D | pcm_multi.c | 40 snd_pcm_t *pcm; 43 snd_pcm_t *linked; 59 static int snd_pcm_multi_close(snd_pcm_t *pcm) in snd_pcm_multi_close() 101 snd_pcm_t *slave; 494 static int snd_pcm_multi_drop(snd_pcm_t *pcm) in snd_pcm_multi_drop() 676 static int snd_pcm_multi_link_slaves(snd_pcm_t *pcm, snd_pcm_t *master) 698 static int snd_pcm_multi_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2) 725 snd_pcm_t *slave; in snd_pcm_multi_mmap_commit() 766 snd_pcm_t *slave; in snd_pcm_multi_mmap() 1007 snd_pcm_t *pcm; in snd_pcm_multi_open() [all …]
|
| A D | pcm_config.c | 36 int _snd_pcm_hw_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 38 int _snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 40 int _snd_pcm_dmix_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 42 int _snd_pcm_asym_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 44 int _snd_pcm_route_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 46 int _snd_pcm_softvol_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 48 int _snd_pcm_rate_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 50 int _snd_pcm_plug_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 52 int _snd_pcm_file_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 54 int _snd_pcm_multi_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, [all …]
|
| A D | pcm.c | 64 snd_pcm_t **a, **newa; in snd_pcm_link_ptr() 93 snd_pcm_t **a; in snd_pcm_unlink_ptr() 118 void snd_pcm_link_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) in snd_pcm_link_hw_ptr() 125 void snd_pcm_link_appl_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) in snd_pcm_link_appl_ptr() 132 void snd_pcm_unlink_hw_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) in snd_pcm_unlink_hw_ptr() 139 void snd_pcm_unlink_appl_ptr(snd_pcm_t *pcm, snd_pcm_t *slave) in snd_pcm_unlink_appl_ptr() 202 int snd_pcm_close(snd_pcm_t *pcm) in snd_pcm_close() 615 int snd_pcm_drop(snd_pcm_t *pcm) in snd_pcm_drop() 810 int snd_pcm_dump(snd_pcm_t *pcm) in snd_pcm_dump() 963 snd_pcm_t *pcm; in snd_pcm_new() [all …]
|
| A D | pcm_plugin_generic.h | 39 (snd_pcm_t *pcm, 47 (snd_pcm_t *pcm, 59 int (*init)(snd_pcm_t *pcm); 64 int snd_pcm_plugin_may_wait_for_avail_min(snd_pcm_t *pcm, snd_pcm_uframes_t avail); 65 int snd_pcm_plugin_wait(snd_pcm_t *pcm, int timeout); 70 (snd_pcm_t *pcm, 77 (snd_pcm_t *pcm,
|
| A D | pcm_plugin_generic.c | 39 snd_pcm_plugin_undo_read(snd_pcm_t *pcm ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read() 105 static int snd_pcm_plugin_prepare(snd_pcm_t *pcm) in snd_pcm_plugin_prepare() 124 static int snd_pcm_plugin_reset(snd_pcm_t *pcm) in snd_pcm_plugin_reset() 149 snd_pcm_t *slave = plugin->gen.slave; in snd_pcm_plugin_write_areas() 209 snd_pcm_t *slave = plugin->gen.slave; in snd_pcm_plugin_read_areas() 286 snd_pcm_t *slave = plugin->gen.slave; in snd_pcm_plugin_avail_update() 363 snd_pcm_plugin_mmap_commit(snd_pcm_t *pcm, in snd_pcm_plugin_mmap_commit() 368 snd_pcm_t *slave = plugin->gen.slave; in snd_pcm_plugin_mmap_commit() 460 snd_pcm_t *slave = plugin->gen.slave; in snd_pcm_plugin_may_wait_for_avail_min() 500 int snd_pcm_plugin_wait(snd_pcm_t *pcm, int timeout) in snd_pcm_plugin_wait() [all …]
|
| A D | pcm_plug.c | 51 snd_pcm_t *req_slave; 193 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_clear() 365 …int (*f)(snd_pcm_t **_pcm, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close… in snd_pcm_plug_change_format() 447 snd_pcm_t *new; in snd_pcm_plug_insert_plugins() 542 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_hw_refine_schange() 756 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_hw_refine() 780 snd_pcm_t *slave = plug->req_slave; 912 snd_pcm_t *slave = plug->req_slave; in snd_pcm_plug_hw_params() 977 snd_pcm_t *slave = plug->gen.slave; in snd_pcm_plug_hw_free() 1020 snd_pcm_t *pcm; in snd_pcm_plug_open() [all …]
|
| A D | pcm_dsnoop.c | 40 static int snoop_timestamp(snd_pcm_t *pcm) in snoop_timestamp() 117 static int snd_pcm_dsnoop_sync_ptr(snd_pcm_t *pcm) in snd_pcm_dsnoop_sync_ptr() 174 static int snd_pcm_dsnoop_close(snd_pcm_t *pcm) in snd_pcm_dsnoop_close() 234 static int snd_pcm_dsnoop_hwsync(snd_pcm_t *pcm) in snd_pcm_dsnoop_hwsync() 254 static int snd_pcm_dsnoop_reset(snd_pcm_t *pcm) in snd_pcm_dsnoop_reset() 263 static int snd_pcm_dsnoop_start(snd_pcm_t *pcm) in snd_pcm_dsnoop_start() 278 static int snd_pcm_dsnoop_drop(snd_pcm_t *pcm) in snd_pcm_dsnoop_drop() 289 static int __snd_pcm_dsnoop_drain(snd_pcm_t *pcm) in __snd_pcm_dsnoop_drain() 313 static int snd_pcm_dsnoop_drain(snd_pcm_t *pcm) in snd_pcm_dsnoop_drain() 378 static void snd_pcm_dsnoop_dump(snd_pcm_t *pcm) in snd_pcm_dsnoop_dump() [all …]
|
| A D | pcm_file.c | 231 static void snd_pcm_file_add_frames(snd_pcm_t *pcm, in snd_pcm_file_add_frames() 260 static int snd_pcm_file_close(snd_pcm_t *pcm) in snd_pcm_file_close() 287 static int snd_pcm_file_reset(snd_pcm_t *pcm) in snd_pcm_file_reset() 300 static int snd_pcm_file_drop(snd_pcm_t *pcm) in snd_pcm_file_drop() 314 static int snd_pcm_file_drain(snd_pcm_t *pcm) in snd_pcm_file_drain() 382 static int snd_pcm_file_hw_free(snd_pcm_t *pcm) in snd_pcm_file_hw_free() 398 snd_pcm_t *slave = file->gen.slave; in snd_pcm_file_hw_params() 441 snd_pcm_t *spcm = file->gen.slave; in snd_pcm_file_wait() 446 static void snd_pcm_file_dump(snd_pcm_t *pcm) in snd_pcm_file_dump() 610 snd_pcm_t *pcm; in snd_pcm_file_open() [all …]
|
| A D | pcm_linear.c | 199 snd_pcm_linear_write_areas(snd_pcm_t *pcm, in snd_pcm_linear_write_areas() 224 snd_pcm_linear_read_areas(snd_pcm_t *pcm, in snd_pcm_linear_read_areas() 248 static int snd_pcm_linear_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_linear_hw_refine() 251 snd_pcm_t *slave = linear->plug.gen.slave; in snd_pcm_linear_hw_refine() 262 static int snd_pcm_linear_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_linear_hw_params() 265 snd_pcm_t *slave = linear->plug.gen.slave; in snd_pcm_linear_hw_params() 307 static void snd_pcm_linear_dump(snd_pcm_t *pcm) in snd_pcm_linear_dump() 337 int snd_pcm_linear_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *sl… in snd_pcm_linear_open() 339 snd_pcm_t *pcm; in snd_pcm_linear_open() 377 int _snd_pcm_linear_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, [all …]
|
| A D | pcm_mmap.c | 39 void snd_pcm_mmap_appl_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_backward() 48 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_forward() 57 void snd_pcm_mmap_hw_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_backward() 66 void snd_pcm_mmap_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_forward() 75 static snd_pcm_sframes_t snd_pcm_mmap_write_areas(snd_pcm_t *pcm, in snd_pcm_mmap_write_areas() 108 snd_pcm_sframes_t snd_pcm_mmap_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size) in snd_pcm_mmap_writei() 116 static snd_pcm_sframes_t snd_pcm_mmap_read_areas(snd_pcm_t *pcm, in snd_pcm_mmap_read_areas() 148 snd_pcm_sframes_t snd_pcm_mmap_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) in snd_pcm_mmap_readi() 156 int snd_pcm_channel_info_shm(snd_pcm_t *pcm, snd_pcm_channel_info_t *info, int shmid) in snd_pcm_channel_info_shm() 178 int snd_pcm_mmap(snd_pcm_t *pcm) in snd_pcm_mmap() [all …]
|
| A D | pcm_rate.c | 229 snd_pcm_t *spcm = rate->gen.slave; in snd_pcm_rate_hw_refine() 260 snd_pcm_t *slave = rate->gen.slave; in snd_pcm_rate_hw_params() 451 snd_pcm_t *slave = rate->gen.slave; in recalc() 469 snd_pcm_t *slave = rate->gen.slave; in snd_pcm_rate_sw_params() 519 static int snd_pcm_rate_init(snd_pcm_t *pcm) in snd_pcm_rate_init() 709 snd_pcm_rate_write_areas1(snd_pcm_t *pcm, in snd_pcm_rate_write_areas1() 724 snd_pcm_rate_read_areas1(snd_pcm_t *pcm, in snd_pcm_rate_read_areas1() 1205 snd_pcm_t *slave = rate->gen.slave; in snd_pcm_rate_sync_playback_area() 1270 snd_pcm_t *slave = rate->gen.slave; in snd_pcm_rate_avail_update() 1541 snd_pcm_t *pcm; in snd_pcm_rate_open() [all …]
|
| A D | pcm_dmix.c | 260 static void snd_pcm_dmix_sync_area(snd_pcm_t *pcm) in snd_pcm_dmix_sync_area() 398 static int snd_pcm_dmix_sync_ptr(snd_pcm_t *pcm) in snd_pcm_dmix_sync_ptr() 484 static int snd_pcm_dmix_hwsync(snd_pcm_t *pcm) in snd_pcm_dmix_hwsync() 522 static int snd_pcm_dmix_reset(snd_pcm_t *pcm) in snd_pcm_dmix_reset() 614 static int snd_pcm_dmix_start(snd_pcm_t *pcm) in snd_pcm_dmix_start() 643 static int snd_pcm_dmix_drop(snd_pcm_t *pcm) in snd_pcm_dmix_drop() 657 static int __snd_pcm_dmix_drain(snd_pcm_t *pcm) in __snd_pcm_dmix_drain() 729 static int snd_pcm_dmix_drain(snd_pcm_t *pcm) in snd_pcm_dmix_drain() 746 static int snd_pcm_dmix_close(snd_pcm_t *pcm) in snd_pcm_dmix_close() 781 static void snd_pcm_dmix_dump(snd_pcm_t *pcm) in snd_pcm_dmix_dump() [all …]
|
| A D | pcm_extplug.c | 254 static int snd_pcm_extplug_init(snd_pcm_t *pcm) in snd_pcm_extplug_init() 265 snd_pcm_extplug_write_areas(snd_pcm_t *pcm, in snd_pcm_extplug_write_areas() 287 snd_pcm_extplug_read_areas(snd_pcm_t *pcm, in snd_pcm_extplug_read_areas() 305 static int snd_pcm_extplug_close(snd_pcm_t *pcm) in snd_pcm_extplug_close() 394 static int snd_pcm_extplug_hw_refine_schange(snd_pcm_t *pcm, in snd_pcm_extplug_hw_refine_schange() 405 static int snd_pcm_extplug_hw_refine_cchange(snd_pcm_t *pcm, in snd_pcm_extplug_hw_refine_cchange() 420 snd_pcm_t *slave = ext->plug.gen.slave; in snd_pcm_extplug_hw_refine() 446 snd_pcm_t *slave = ext->plug.gen.slave; in snd_pcm_extplug_hw_params() 473 static int snd_pcm_extplug_hw_free(snd_pcm_t *pcm) in snd_pcm_extplug_hw_free() 484 static void snd_pcm_extplug_dump(snd_pcm_t *pcm) in snd_pcm_extplug_dump() [all …]
|
| A D | pcm_route.c | 428 snd_pcm_route_write_areas(snd_pcm_t *pcm, in snd_pcm_route_write_areas() 437 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_write_areas() 450 snd_pcm_route_read_areas(snd_pcm_t *pcm, in snd_pcm_route_read_areas() 459 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_read_areas() 546 static int route_chmap_init(snd_pcm_t *pcm) in route_chmap_init() 573 static int snd_pcm_route_close(snd_pcm_t *pcm) in snd_pcm_route_close() 686 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_hw_refine() 709 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_hw_params() 839 static void snd_pcm_route_dump(snd_pcm_t *pcm) in snd_pcm_route_dump() 993 snd_pcm_t *pcm; in snd_pcm_route_open() [all …]
|
| A D | pcm_direct.c | 265 static void save_slave_setting(snd_pcm_direct_t *dmix, snd_pcm_t *spcm) in save_slave_setting() 458 static void copy_slave_setting(snd_pcm_direct_t *dmix, snd_pcm_t *spcm) in copy_slave_setting() 481 snd_pcm_t *spcm, in snd_pcm_direct_initialize_secondary_slave() 828 int snd_pcm_direct_prepare(snd_pcm_t *pcm) in snd_pcm_direct_prepare() 884 int snd_pcm_direct_hw_free(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_direct_hw_free() 899 int snd_pcm_direct_mmap(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_direct_mmap() 904 int snd_pcm_direct_munmap(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_direct_munmap() 909 int snd_pcm_direct_wait(snd_pcm_t *pcm, int timeout) in snd_pcm_direct_wait() 912 snd_pcm_t *spcm = dmix->spcm; in snd_pcm_direct_wait() 919 snd_pcm_t *spcm = dmix->spcm; in snd_pcm_direct_initialize_poll_index() [all …]
|
| A D | pcm_softvol.c | 345 snd_pcm_softvol_read_areas(snd_pcm_t *pcm, in snd_pcm_softvol_read_areas() 368 snd_pcm_softvol_write_areas(snd_pcm_t *pcm, in snd_pcm_softvol_write_areas() 402 static int snd_pcm_softvol_close(snd_pcm_t *pcm) in snd_pcm_softvol_close() 409 static int snd_pcm_softvol_hw_refine_cprepare(snd_pcm_t *pcm, in snd_pcm_softvol_hw_refine_cprepare() 487 static int snd_pcm_softvol_hw_refine_schange(snd_pcm_t *pcm, in snd_pcm_softvol_hw_refine_schange() 516 static int snd_pcm_softvol_hw_refine_cchange(snd_pcm_t *pcm, in snd_pcm_softvol_hw_refine_cchange() 558 snd_pcm_t *slave = svol->plug.gen.slave; in snd_pcm_softvol_hw_params() 609 static void snd_pcm_softvol_dump(snd_pcm_t *pcm) in snd_pcm_softvol_dump() 648 static int softvol_load_control(snd_pcm_t *pcm, snd_pcm_softvol_t *svol, in softvol_load_control() 721 int _snd_pcm_softvol_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_softvol_open() [all …]
|
| A D | pcm_params.c | 377 int snd_pcm_hw_param_set_first(snd_pcm_t *pcm, in snd_pcm_hw_param_set_first() 414 int snd_pcm_hw_param_set_last(snd_pcm_t *pcm, in snd_pcm_hw_param_set_last() 1287 int (*cprepare)(snd_pcm_t *pcm, in snd_pcm_hw_refine_slave() 1289 int (*cchange)(snd_pcm_t *pcm, in snd_pcm_hw_refine_slave() 1292 int (*sprepare)(snd_pcm_t *pcm, in snd_pcm_hw_refine_slave() 1294 int (*schange)(snd_pcm_t *pcm, in snd_pcm_hw_refine_slave() 1297 int (*srefine)(snd_pcm_t *pcm, in snd_pcm_hw_refine_slave() 1380 int (*cchange)(snd_pcm_t *pcm, in snd_pcm_hw_params_slave() 1383 int (*sprepare)(snd_pcm_t *pcm, in snd_pcm_hw_params_slave() 1385 int (*schange)(snd_pcm_t *pcm, in snd_pcm_hw_params_slave() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm.h | 104 typedef struct _snd_pcm snd_pcm_t; typedef 182 int snd_pcm_close(snd_pcm_t *pcm); 189 int snd_pcm_reset(snd_pcm_t *pcm); 190 int snd_pcm_start(snd_pcm_t *pcm); 192 int snd_pcm_drop(snd_pcm_t *pcm); 193 int snd_pcm_drain(snd_pcm_t *pcm); 196 int snd_pcm_resume(snd_pcm_t *pcm); 199 int snd_pcm_hwsync(snd_pcm_t *pcm); 204 int snd_pcm_link(snd_pcm_t *pcm1, snd_pcm_t *pcm2); 205 int snd_pcm_unlink(snd_pcm_t *pcm); [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | common.h | 8 snd_pcm_t *handle; 22 void xrun(snd_pcm_t *handle); 23 void do_other_test(snd_pcm_t *handle); 24 void do_pause(snd_pcm_t *handle); 26 int set_param(snd_pcm_t *handle, snd_pcm_format_t format,
|
| A D | common.c | 43 int set_param(snd_pcm_t *handle, snd_pcm_format_t format, in set_param() 134 void xrun(snd_pcm_t *handle) in xrun() 145 void do_pause(snd_pcm_t *handle) in do_pause() 159 void do_other_test(snd_pcm_t *handle) in do_other_test()
|