Home
last modified time | relevance | path

Searched refs:extplug (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/include/
Dpcm_extplug.h183 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, con…
184 int snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsign…
185 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_lis…
186 int snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, …
187 int snd_pcm_extplug_set_param_link(snd_pcm_extplug_t *extplug, int type,
193 static __inline__ int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int … in snd_pcm_extplug_set_param() argument
195 return snd_pcm_extplug_set_param_list(extplug, type, 1, &val); in snd_pcm_extplug_set_param()
201 static __inline__ int snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigne… in snd_pcm_extplug_set_slave_param() argument
203 return snd_pcm_extplug_set_slave_param_list(extplug, type, 1, &val); in snd_pcm_extplug_set_slave_param()
/third_party/alsa-lib/src/pcm/
Dpcm_extplug.c676 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, in snd_pcm_extplug_create() argument
686 assert(extplug && extplug->callback); in snd_pcm_extplug_create()
687 assert(extplug->callback->transfer); in snd_pcm_extplug_create()
691 if (extplug->version < 0x010000 || in snd_pcm_extplug_create()
692 extplug->version > SND_PCM_EXTPLUG_VERSION) { in snd_pcm_extplug_create()
694 extplug->version); in snd_pcm_extplug_create()
710 ext->data = extplug; in snd_pcm_extplug_create()
711 extplug->stream = stream; in snd_pcm_extplug_create()
720 if (extplug->version >= 0x010001 && extplug->callback->init) in snd_pcm_extplug_create()
729 extplug->pcm = pcm; in snd_pcm_extplug_create()
[all …]
/third_party/alsa-lib/
Dconfigure.ac527 …ty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 softvol extplug ioplug mmap_emul"