Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dpcm_extplug.h41 /** hw constraints for extplug */
50 /** Callback table of extplug */
71 /** Handle of extplug */
128 /** Callback table of extplug */
183 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list);
184 int snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max);
185 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list);
186 int snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max);
187 int snd_pcm_extplug_set_param_link(snd_pcm_extplug_t *extplug, int type,
193 static __inline__ int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, in argument
201 snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigned int val) snd_pcm_extplug_set_slave_param() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c593 The following fields have to be filled in extplug record before calling
647 slave PCM. Therefore it could differ and the extplug has to support conversion
650 corresponding parameter. For example if the extplug does not support channel nor
659 * \brief Create an extplug instance
660 * \param extplug the extplug handle
668 * Creates the extplug instance based on the given handle.
673 * The callback is the mandatory field of extplug handle. At least, start, stop and
676 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, in snd_pcm_extplug_create() argument
686 assert(extplug in snd_pcm_extplug_create()
750 snd_pcm_extplug_delete(snd_pcm_extplug_t *extplug) snd_pcm_extplug_delete() argument
762 snd_pcm_extplug_params_reset(snd_pcm_extplug_t *extplug) snd_pcm_extplug_params_reset() argument
780 snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) snd_pcm_extplug_set_slave_param_list() argument
802 snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) snd_pcm_extplug_set_slave_param_minmax() argument
828 snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) snd_pcm_extplug_set_param_list() argument
850 snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) snd_pcm_extplug_set_param_minmax() argument
874 snd_pcm_extplug_set_param_link(snd_pcm_extplug_t *extplug, int type, int keep_link) snd_pcm_extplug_set_param_link() argument
[all...]

Completed in 2 milliseconds