Home
last modified time | relevance | path

Searched refs:open_func (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_config.c93 snd_pcm_open_func_t open_func = NULL; in snd_pcm_config_get_open_func() local
98 open_func = _snd_pcm_open_funcs[i].func; in snd_pcm_config_get_open_func()
102 return open_func; in snd_pcm_config_get_open_func()
A Dpcm_rate.c57 void *open_func; member
1472 snd_pcm_rate_open_func_t open_func;
1499 rate->open_func = open_conf_func;
1508 if (!open_func)
1511 rate->open_func = open_func;
1525 err = open_func(SND_PCM_RATE_PLUGIN_VERSION_OLD,
1528 snd_dlobj_cache_put(open_func);
1529 rate->open_func = NULL;
1545 snd_pcm_rate_open_func_t open_func; in snd_pcm_rate_open() local
1633 open_func = SND_PCM_RATE_PLUGIN_ENTRY(linear); in snd_pcm_rate_open()
[all …]
A Dpcm.c167 snd_pcm_open_func_t open_func = NULL; in snd_pcm_open_config() local
169 open_func = snd_pcm_config_get_open_func(pcm_config->type); in snd_pcm_open_config()
170 if (!open_func) { in snd_pcm_open_config()
175 return open_func(pcmp, pcm_config, stream, mode); in snd_pcm_open_config()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_pmsis_types.h95 typedef int (*open_func)(struct pi_device *device); typedef

Completed in 29 milliseconds