26#ifndef __ALSA_PCM_EXTERNAL_H
27#define __ALSA_PCM_EXTERNAL_H
43#define SND_PCM_PLUGIN_ENTRY(name) _snd_pcm_##name##_open
48#define SND_PCM_PLUGIN_SYMBOL(name) SND_DLSYM_BUILD_VERSION(SND_PCM_PLUGIN_ENTRY(name), SND_PCM_DLSYM_VERSION);
53#define SND_PCM_PLUGIN_DEFINE_FUNC(plugin) \
54int SND_PCM_PLUGIN_ENTRY(plugin) (snd_pcm_t **pcmp, const char *name,\
55 snd_config_t *root, snd_config_t *conf, \
56 snd_pcm_stream_t stream, int mode)
62 int *cchannelsp,
int *hwctlp) __attribute__((deprecated));
struct _snd_config snd_config_t
Internal structure for a configuration node object.
Definition: conf.h:69
struct _snd_ctl_elem_id snd_ctl_elem_id_t
Definition: control.h:82
int snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, int *cardp, int *cchannelsp, int *hwctlp) __attribute__((deprecated))
Parse control element id from the config.
Definition: pcm_misc.c:773
Application interface library for the ALSA driver.
External Filter-Plugin SDK.