Lines Matching refs:ext
133 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
142 int (*close)(snd_pcm_extplug_t *ext);
146 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params);
150 int (*hw_free)(snd_pcm_extplug_t *ext);
154 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out);
158 int (*init)(snd_pcm_extplug_t *ext);
162 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_extplug_t *ext);
166 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_extplug_t *ext);
170 int (*set_chmap)(snd_pcm_extplug_t *ext, const snd_pcm_chmap_t *map);
174 int snd_pcm_extplug_create(snd_pcm_extplug_t *ext, const char *name,
177 int snd_pcm_extplug_delete(snd_pcm_extplug_t *ext);
180 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *ext);