Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dpcm_ioplug.h127 struct snd_pcm_ioplug_callback { struct
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);
[all …]