Searched refs:snd_pcm_ioplug_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_ioplug.h54 typedef struct snd_pcm_ioplug snd_pcm_ioplug_t; typedef in typeref:struct:snd_pcm_ioplug
124 int (*start)(snd_pcm_ioplug_t *io);
128 int (*stop)(snd_pcm_ioplug_t *io);
132 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
136 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
143 int (*close)(snd_pcm_ioplug_t *io);
147 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params);
151 int (*hw_free)(snd_pcm_ioplug_t *io);
155 int (*sw_params)(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params);
159 int (*prepare)(snd_pcm_ioplug_t *i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_ioplug.c43 snd_pcm_ioplug_t *data;
905 int snd_pcm_ioplug_create(snd_pcm_ioplug_t *ioplug, const char *name,
957 int snd_pcm_ioplug_delete(snd_pcm_ioplug_t *ioplug)
969 void snd_pcm_ioplug_params_reset(snd_pcm_ioplug_t *ioplug)
986 int snd_pcm_ioplug_set_param_list(snd_pcm_ioplug_t *ioplug, int type, unsigned int num_list, const unsigned int *list)
1010 int snd_pcm_ioplug_set_param_minmax(snd_pcm_ioplug_t *ioplug, int type, unsigned int min, unsigned int max)
1035 int snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug)
1052 const snd_pcm_channel_area_t *snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug)
1069 int snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state)

Completed in 63 milliseconds