31 #ifndef __ALSA_PCM_EXTPLUG_H
32 #define __ALSA_PCM_EXTPLUG_H
61 #define SND_PCM_EXTPLUG_VERSION_MAJOR 1
62 #define SND_PCM_EXTPLUG_VERSION_MINOR 0
63 #define SND_PCM_EXTPLUG_VERSION_TINY 2
67 #define SND_PCM_EXTPLUG_VERSION ((SND_PCM_EXTPLUG_VERSION_MAJOR<<16) |\
68 (SND_PCM_EXTPLUG_VERSION_MINOR<<8) |\
69 (SND_PCM_EXTPLUG_VERSION_TINY))
191 static __inline__
int snd_pcm_extplug_set_param(
snd_pcm_extplug_t *extplug,
int type,
unsigned int val)
199 static __inline__
int snd_pcm_extplug_set_slave_param(
snd_pcm_extplug_t *extplug,
int type,
unsigned int val)