Home
last modified time | relevance | path

Searched refs:pcmp (Results 1 – 16 of 16) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_config.c36 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 Dpcm_asym.c39 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 Dpcm_linear.c337 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 Dpcm_file.c42 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 Dpcm_plug.c213 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 Dpcm_route.c986 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 Dpcm_multi.c999 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 Dpcm_hw.c447 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 Dpcm_dsnoop.c420 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 Dpcm_local.h170 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 Dpcm_softvol.c721 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 Dpcm_rate.c1536 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 Dpcm.c164 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 Dpcm_dmix.c825 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 Dpcm_config.h62 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 Dpcm_sona_audioaef.c211 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()

Completed in 43 milliseconds