|
ALSA project - the C library reference
|
CTL Remap Plugin Interface. More...
Functions | |
| int | snd_ctl_remap_open (snd_ctl_t **handlep, const char *name, snd_config_t *remap, snd_config_t *map, snd_config_t *sync, snd_ctl_t *child, int mode) |
| Creates a new remap/map/sync control handle. | |
| int | _snd_ctl_remap_open (snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, int mode) |
| Creates a new remap & map control plugin. | |
CTL Remap Plugin Interface.
| int _snd_ctl_remap_open | ( | snd_ctl_t ** | handlep, |
| char * | name, | ||
| snd_config_t * | root, | ||
| snd_config_t * | conf, | ||
| int | mode ) |
Creates a new remap & map control plugin.
| handlep | Returns created control handle |
| name | Name of control |
| root | Root configuration node |
| conf | Configuration node with control remap description |
| mode | Control handle mode |
| zero | on success otherwise a negative error code |
| int snd_ctl_remap_open | ( | snd_ctl_t ** | handlep, |
| const char * | name, | ||
| snd_config_t * | remap, | ||
| snd_config_t * | map, | ||
| snd_config_t * | sync, | ||
| snd_ctl_t * | child, | ||
| int | mode ) |
Creates a new remap/map/sync control handle.
| handlep | Returns created control handle |
| name | Name of control device |
| remap | Remap configuration |
| map | Map configuration |
| sync | Sync configuration |
| child | child configuration root |
| mode | Control handle mode |
| zero | on success otherwise a negative error code |