CTL Remap Plugin Interface.
More...
CTL Remap Plugin Interface.
- Author
- Jaroslav Kysela perex.nosp@m.@per.nosp@m.ex.cz
- Date
- 2021
◆ _snd_ctl_remap_open()
Creates a new remap & map control plugin.
- Parameters
-
handlep | Returns created control handle |
name | Name of control |
root | Root configuration node |
conf | Configuration node with Route & Volume PCM description |
mode | Control handle mode |
- Return values
-
zero | on success otherwise a negative error code |
- Warning
- Using of this function might be dangerous in the sense of compatibility reasons. The prototype might be freely changed in future.
◆ snd_ctl_remap_open()
Creates a new remap & map control handle.
- Parameters
-
handlep | Returns created control handle |
name | Name of control device |
remap | Remap configuration |
map | Map configuration |
child | child configuration root |
mode | Control handle mode |
- Return values
-
zero | on success otherwise a negative error code |
- Warning
- Using of this function might be dangerous in the sense of compatibility reasons. The prototype might be freely changed in future.