Searched defs:snd_pcm_extplug (Results 1 – 1 of 1) sorted by relevance
67 struct snd_pcm_extplug { struct74 * name of this plugin; must be filled before calling #snd_pcm_extplug_create() argument78 * callbacks of this plugin; must be filled before calling #snd_pcm_extplug_create() argument80 const snd_pcm_extplug_callback_t *callback; argument86 * PCM handle filled by #snd_pcm_extplug_create() argument88 snd_pcm_t *pcm;92 snd_pcm_stream_t stream;96 snd_pcm_format_t format;100 snd_pcm_subformat_t subformat;124 struct snd_pcm_extplug_callback { argument