Searched refs:extplug (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_extplug.h41 /** hw constraints for extplug */
50 /** Callback table of extplug */
66 /** Handle of extplug */
123 /** Callback table of extplug */
166 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list);
167 int snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max);
168 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list);
169 int snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max);
174 static inline int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int val) argument
176 return snd_pcm_extplug_set_param_list(extplug, typ
182 snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigned int val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_extplug.c558 The following fields have to be filled in extplug record before calling
613 * \brief Create an extplug instance
614 * \param extplug the extplug handle
622 * Creates the extplug instance based on the given handle.
627 * The callback is the mandatory field of extplug handle. At least, start, stop and
630 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, argument
640 assert(extplug && extplug->callback);
641 assert(extplug
703 snd_pcm_extplug_delete(snd_pcm_extplug_t *extplug) argument
715 snd_pcm_extplug_params_reset(snd_pcm_extplug_t *extplug) argument
733 snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) argument
755 snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) argument
781 snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) argument
803 snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) argument
[all...]

Completed in 1100 milliseconds