Searched defs:extplug (Results 1 – 2 of 2) sorted by relevance
| /third_party/alsa-lib/src/pcm/ |
| D | pcm_extplug.c | 676 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, in snd_pcm_extplug_create() 750 int snd_pcm_extplug_delete(snd_pcm_extplug_t *extplug) in snd_pcm_extplug_delete() 762 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *extplug) in snd_pcm_extplug_params_reset() 780 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_lis… in snd_pcm_extplug_set_slave_param_list() 802 int snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, … in snd_pcm_extplug_set_slave_param_minmax() 828 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, con… in snd_pcm_extplug_set_param_list() 850 int snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsign… in snd_pcm_extplug_set_param_minmax() 874 int snd_pcm_extplug_set_param_link(snd_pcm_extplug_t *extplug, int type, in snd_pcm_extplug_set_param_link()
|
| /third_party/alsa-lib/include/ |
| D | pcm_extplug.h | 193 static __inline__ int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int … in snd_pcm_extplug_set_param() 201 static __inline__ int snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigne… in snd_pcm_extplug_set_slave_param()
|