Home
last modified time | relevance | path

Searched refs:snd_pcm_extplug_create (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
H A Dpcm_extplug.h75 * before calling #snd_pcm_extplug_create()
79 * name of this plugin; must be filled before calling #snd_pcm_extplug_create()
83 * callbacks of this plugin; must be filled before calling #snd_pcm_extplug_create()
91 * PCM handle filled by #snd_pcm_extplug_create()
174 int snd_pcm_extplug_create(snd_pcm_extplug_t *ext, const char *name,
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c511 #snd_pcm_extplug_create() or #snd_pcm_ioplug_create(), depending
569 err = snd_pcm_extplug_create(&myplug->ext, name, root, conf, stream, mode);
594 #snd_pcm_extplug_create() : version, name, callback.
606 The rest fields are filled by #snd_pcm_extplug_create(). The pcm field
629 functions after calling #snd_pcm_extplug_create().
676 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, in snd_pcm_extplug_create() function

Completed in 2 milliseconds