Lines Matching refs:snd_pcm_ioplug_t
54 typedef struct snd_pcm_ioplug snd_pcm_ioplug_t; typedef
59 typedef snd_pcm_ioplug snd_pcm_ioplug_t; typedef
131 int (*start)(snd_pcm_ioplug_t *io);
135 int (*stop)(snd_pcm_ioplug_t *io);
142 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
146 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
153 int (*close)(snd_pcm_ioplug_t *io);
157 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params);
161 int (*hw_free)(snd_pcm_ioplug_t *io);
165 int (*sw_params)(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params);
169 int (*prepare)(snd_pcm_ioplug_t *io);
173 int (*drain)(snd_pcm_ioplug_t *io);
177 int (*pause)(snd_pcm_ioplug_t *io, int enable);
181 int (*resume)(snd_pcm_ioplug_t *io);
185 int (*poll_descriptors_count)(snd_pcm_ioplug_t *io);
189 int (*poll_descriptors)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int space);
193 …int (*poll_revents)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *r…
197 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out);
201 int (*delay)(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp);
205 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_ioplug_t *io);
209 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_ioplug_t *io);
213 int (*set_chmap)(snd_pcm_ioplug_t *io, const snd_pcm_chmap_t *map);
217 int snd_pcm_ioplug_create(snd_pcm_ioplug_t *io, const char *name,
219 int snd_pcm_ioplug_delete(snd_pcm_ioplug_t *io);
222 int snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug);
225 const snd_pcm_channel_area_t *snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug);
228 void snd_pcm_ioplug_params_reset(snd_pcm_ioplug_t *io);
231 int snd_pcm_ioplug_set_param_minmax(snd_pcm_ioplug_t *io, int type, unsigned int min, unsigned int …
232 int snd_pcm_ioplug_set_param_list(snd_pcm_ioplug_t *io, int type, unsigned int num_list, const unsi…
235 int snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state);
238 snd_pcm_uframes_t snd_pcm_ioplug_avail(const snd_pcm_ioplug_t * const ioplug,
241 snd_pcm_uframes_t snd_pcm_ioplug_hw_avail(const snd_pcm_ioplug_t * const ioplug,