Searched refs:open_func (Results 1 – 4 of 4) sorted by relevance
93 snd_pcm_open_func_t open_func = NULL; in snd_pcm_config_get_open_func() local98 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()
57 void *open_func; member1472 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() local1633 open_func = SND_PCM_RATE_PLUGIN_ENTRY(linear); in snd_pcm_rate_open()[all …]
167 snd_pcm_open_func_t open_func = NULL; in snd_pcm_open_config() local169 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()
95 typedef int (*open_func)(struct pi_device *device); typedef
Completed in 29 milliseconds