Searched refs:ioplug (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/src/pcm/
H A Dpcm_ioplug.c892 * \brief Create an ioplug instance
893 * \param ioplug the ioplug handle
899 * Creates the ioplug instance.
901 * The callback is the mandatory field of ioplug handle. At least, start, stop and
905 int snd_pcm_ioplug_create(snd_pcm_ioplug_t *ioplug, const char *name, argument
912 assert(ioplug && ioplug->callback);
913 assert(ioplug->callback->start &&
914 ioplug
957 snd_pcm_ioplug_delete(snd_pcm_ioplug_t *ioplug) argument
969 snd_pcm_ioplug_params_reset(snd_pcm_ioplug_t *ioplug) argument
986 snd_pcm_ioplug_set_param_list(snd_pcm_ioplug_t *ioplug, int type, unsigned int num_list, const unsigned int *list) argument
1010 snd_pcm_ioplug_set_param_minmax(snd_pcm_ioplug_t *ioplug, int type, unsigned int min, unsigned int max) argument
1035 snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug) argument
1052 snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug) argument
1069 snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_ioplug.h41 /** hw constraints for ioplug */
55 /** Callback table of ioplug */
77 /** Handle of ioplug */
119 /** Callback table of ioplug */
200 int snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug);
203 const snd_pcm_channel_area_t *snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug);
213 int snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state);

Completed in 120 milliseconds