31 #ifndef __ALSA_PCM_EXTPLUG_H
32 #define __ALSA_PCM_EXTPLUG_H
56 #define SND_PCM_EXTPLUG_VERSION_MAJOR 1
57 #define SND_PCM_EXTPLUG_VERSION_MINOR 0
58 #define SND_PCM_EXTPLUG_VERSION_TINY 1
62 #define SND_PCM_EXTPLUG_VERSION ((SND_PCM_EXTPLUG_VERSION_MAJOR<<16) |\
63 (SND_PCM_EXTPLUG_VERSION_MINOR<<8) |\
64 (SND_PCM_EXTPLUG_VERSION_TINY))
137 int (*
close)(snd_pcm_extplug_t *ext);
153 int (*
init)(snd_pcm_extplug_t *ext);
174 static inline int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug,
int type,
unsigned int val)
182 static inline int snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug,
int type,
unsigned int val)