Searched defs:snd_pcm_extplug (Results 1 – 1 of 1) sorted by relevance
72 struct snd_pcm_extplug { struct79 * name of this plugin; must be filled before calling #snd_pcm_extplug_create() argument83 * callbacks of this plugin; must be filled before calling #snd_pcm_extplug_create() argument85 const snd_pcm_extplug_callback_t *callback; argument91 * PCM handle filled by #snd_pcm_extplug_create() argument93 snd_pcm_t *pcm;97 snd_pcm_stream_t stream;101 snd_pcm_format_t format;105 snd_pcm_subformat_t subformat;129 struct snd_pcm_extplug_callback { argument