| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| 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_asym.c | 39 int _snd_pcm_asym_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_asym_open() argument 56 ret = snd_pcm_open_config(pcmp, sconf, stream, mode); in _snd_pcm_asym_open()
|
| A D | pcm_linear.c | 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() argument 344 assert(pcmp && slave); in snd_pcm_linear_open() 370 *pcmp = pcm; in snd_pcm_linear_open() 377 int _snd_pcm_linear_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, 387 err = snd_pcm_linear_open(pcmp, name, sformat, spcm, 1);
|
| A D | pcm_file.c | 42 int _snd_pcm_file_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_file_open() argument 605 int snd_pcm_file_open(snd_pcm_t **pcmp, const char *name, int port, in snd_pcm_file_open() argument 616 assert(pcmp); in snd_pcm_file_open() 650 *pcmp = pcm; in snd_pcm_file_open() 659 int _snd_pcm_file_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_file_open() argument 706 ret = snd_pcm_file_open(pcmp, pcm_config->name, port, server, in _snd_pcm_file_open()
|
| A D | pcm_plug.c | 213 int snd_pcm_rate_open(snd_pcm_t **pcmp, const char *name, 240 int snd_pcm_route_open(snd_pcm_t **pcmp, const char *name, 359 int snd_pcm_linear_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *sl… 1008 int snd_pcm_plug_open(snd_pcm_t **pcmp, in snd_pcm_plug_open() argument 1053 *pcmp = pcm; in snd_pcm_plug_open() 1065 int _snd_pcm_plug_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_plug_open() argument 1150 ret = snd_pcm_plug_open(pcmp, name, sformat, schannels, srate, rate_converter, in _snd_pcm_plug_open()
|
| A D | pcm_route.c | 986 int snd_pcm_route_open(snd_pcm_t **pcmp, const char *name, in snd_pcm_route_open() argument 996 assert(pcmp && slave && ttable); in snd_pcm_route_open() 1031 *pcmp = pcm; in snd_pcm_route_open() 1036 int _snd_pcm_route_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_route_open() argument 1086 ret = snd_pcm_route_open(pcmp, name, sformat, schannels, in _snd_pcm_route_open()
|
| A D | pcm_multi.c | 999 static int snd_pcm_multi_open(snd_pcm_t **pcmp, const char *name, in snd_pcm_multi_open() argument 1013 assert(pcmp); in snd_pcm_multi_open() 1071 *pcmp = pcm; in snd_pcm_multi_open() 1077 int _snd_pcm_multi_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_multi_open() argument 1164 err = snd_pcm_multi_open(pcmp, pcm_config->name, slaves_count, in _snd_pcm_multi_open()
|
| A D | pcm_hw.c | 447 int _snd_pcm_hw_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_hw_open() argument 497 *pcmp = pcm; in _snd_pcm_hw_open()
|
| A D | pcm_dsnoop.c | 420 int _snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_dsnoop_open() argument 549 *pcmp = pcm; in _snd_pcm_dsnoop_open()
|
| A D | pcm_local.h | 170 int snd_pcm_new(snd_pcm_t **pcmp, snd_pcm_type_t type, const char *name, snd_pcm_stream_t stream, i… 571 int snd_pcm_open_config(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config,
|
| A D | pcm_softvol.c | 721 int _snd_pcm_softvol_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_softvol_open() argument 804 *pcmp = pcm; in _snd_pcm_softvol_open()
|
| A D | pcm_rate.c | 1536 int snd_pcm_rate_open(snd_pcm_t **pcmp, const char *name, in snd_pcm_rate_open() argument 1554 assert(pcmp && slave); in snd_pcm_rate_open() 1673 *pcmp = pcm; in snd_pcm_rate_open() 1679 int _snd_pcm_rate_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_rate_open() argument 1705 …ret = snd_pcm_rate_open(pcmp, pcm_config->name, rate_config->slave.format, (unsigned int) rate_con… in _snd_pcm_rate_open()
|
| A D | pcm.c | 164 int snd_pcm_open_config(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in snd_pcm_open_config() argument 175 return open_func(pcmp, pcm_config, stream, mode); in snd_pcm_open_config() 961 int snd_pcm_new(snd_pcm_t **pcmp, snd_pcm_type_t type, const char *name, snd_pcm_stream_t stream, i… in snd_pcm_new() argument 978 *pcmp = pcm; in snd_pcm_new()
|
| A D | pcm_dmix.c | 825 int _snd_pcm_dmix_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_dmix_open() argument 965 *pcmp = pcm; in _snd_pcm_dmix_open()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm_config.h | 62 typedef int (*snd_pcm_open_func_t)(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/thirdparty/sona_audioaef/ |
| A D | pcm_sona_audioaef.c | 211 int _snd_pcm_sona_audioaef_open(snd_pcm_t **pcmp, const snd_pcm_config_t *pcm_config, in _snd_pcm_sona_audioaef_open() argument 263 *pcmp = audioaef->ext.pcm; in _snd_pcm_sona_audioaef_open()
|