Functions | |
int | snd_pcm_extplug_create (snd_pcm_extplug_t *extplug, const char *name, snd_config_t *root, snd_config_t *slave_conf, snd_pcm_stream_t stream, int mode) |
Create an extplug instance. | |
int | snd_pcm_extplug_delete (snd_pcm_extplug_t *extplug) |
Delete the extplug instance. | |
void | snd_pcm_extplug_params_reset (snd_pcm_extplug_t *extplug) |
Reset extplug parameters. | |
int | snd_pcm_extplug_set_slave_param_list (snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) |
Set slave parameter as the list. | |
int | snd_pcm_extplug_set_slave_param_minmax (snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) |
Set slave parameter as the min/max values. | |
int | snd_pcm_extplug_set_param_list (snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list) |
Set master parameter as the list. | |
int | snd_pcm_extplug_set_param_minmax (snd_pcm_extplug_t *extplug, int type, unsigned int min, unsigned int max) |
Set master parameter as the min/max values. |
|
Create an extplug instance.
The callback is the mandatory field of extplug handle. At least, transfer callback must be set before calling this function. |
|
Delete the extplug instance.
|
|
Reset extplug parameters.
|
|
Set master parameter as the list.
|
|
Set master parameter as the min/max values.
|
|
Set slave parameter as the list.
|
|
Set slave parameter as the min/max values.
|