|
ALSA project - the C library reference
|
CTL HW Plugin Interface. More...
Functions | |
| int | snd_ctl_hw_open (snd_ctl_t **handle, const char *name, int card, int mode) |
| Creates a new hw control. | |
| int | _snd_ctl_hw_open (snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, int mode) |
| Creates a new hw control handle. | |
CTL HW Plugin Interface.
| int _snd_ctl_hw_open | ( | snd_ctl_t ** | handlep, |
| char * | name, | ||
| snd_config_t * | root, | ||
| snd_config_t * | conf, | ||
| int | mode ) |
Creates a new hw control handle.
| handlep | Returns created control handle |
| name | Name of control device |
| root | Root configuration node |
| conf | Configuration node with hw PCM description |
| mode | Control Mode |
| int snd_ctl_hw_open | ( | snd_ctl_t ** | handle, |
| const char * | name, | ||
| int | card, | ||
| int | mode ) |
Creates a new hw control.
| handle | Returns created control handle |
| name | Name of control device |
| card | Number of card |
| mode | Control mode |
| zero | on success otherwise a negative error code |