]> git.alsa-project.org Git - alsa-lib.git/commitdiff
control: remap - clarify comments and docs
authorJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2024 09:08:00 +0000 (11:08 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 12 Nov 2024 09:32:56 +0000 (10:32 +0100)
Fix copy-n-paste errors.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/control/control_remap.c

index e0ed9748487f3bf6e61f60b85dc812090b01a4ea..fb027d42bcc9c73f7aee83b93df3b1d408bf4498 100644 (file)
@@ -1228,10 +1228,10 @@ child controls to one or split one control to more.
 
 \code
 ctl.name {
-       type remap              # Route & Volume conversion PCM
-       child STR               # Slave name
+       type remap              # Remap controls
+       child STR               # Child name
        # or
-       child {                 # Slave definition
+       child {                 # Child definition
                type STR
                ...
        }