Home
last modified time | relevance | path

Searched defs:snd_pcm_extplug (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/include/
Dpcm_extplug.h72 struct snd_pcm_extplug { struct
79 * name of this plugin; must be filled before calling #snd_pcm_extplug_create() argument
83 * callbacks of this plugin; must be filled before calling #snd_pcm_extplug_create() argument
85 const snd_pcm_extplug_callback_t *callback; argument
91 * PCM handle filled by #snd_pcm_extplug_create() argument
93 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