Searched refs:extplug (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm_extplug.h | 143 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, 150 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, con… 151 int snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsign… 152 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_lis… 153 int snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, … 158 static __inline__ int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int … in snd_pcm_extplug_set_param() argument 160 return snd_pcm_extplug_set_param_list(extplug, type, 1, &val); in snd_pcm_extplug_set_param() 166 static __inline__ int snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigne… in snd_pcm_extplug_set_slave_param() argument 168 return snd_pcm_extplug_set_slave_param_list(extplug, type, 1, &val); in snd_pcm_extplug_set_slave_param()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_extplug.c | 187 extplug_priv_t *ext = extplug->pcm->private_data; in snd_pcm_extplug_set_param_list() 198 extplug_priv_t *ext = extplug->pcm->private_data; in snd_pcm_extplug_set_param_minmax() 213 extplug_priv_t *ext = extplug->pcm->private_data; in snd_pcm_extplug_set_slave_param_list() 224 extplug_priv_t *ext = extplug->pcm->private_data; in snd_pcm_extplug_set_slave_param_minmax() 247 extplug_priv_t *ext = extplug->pcm->private_data; in snd_pcm_extplug_params_reset() 528 assert(extplug && extplug->callback); in snd_pcm_extplug_create() 529 assert(extplug->callback->transfer); in snd_pcm_extplug_create() 550 ext->data = extplug; in snd_pcm_extplug_create() 551 extplug->stream = stream; in snd_pcm_extplug_create() 560 if (extplug->callback->init) in snd_pcm_extplug_create() [all …]
|
Completed in 8 milliseconds