control: remap - clarify comments and docs

Fix copy-n-paste errors.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2024-10-24 11:08:00 +02:00
parent 4e7a510095
commit 49295a4e17

View 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
...
}