From: Mark Hills Date: Mon, 22 Jun 2020 13:15:07 +0000 (+0100) Subject: control: Fix typos in the namehint example X-Git-Tag: v1.2.3.2~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6be096eed96a6595f445352da993cd0a28baba72;p=alsa-lib.git control: Fix typos in the namehint example Ths "namehint" is a list, and there doesn't seem to have been any history where the separator would be a colon. Signed-off-by: Mark Hills Signed-off-by: Takashi Iwai --- diff --git a/src/control/namehint.c b/src/control/namehint.c index ecd470f3..d81d3a7e 100644 --- a/src/control/namehint.c +++ b/src/control/namehint.c @@ -543,10 +543,10 @@ static int add_software_devices(snd_config_t *config, snd_config_t *rw_config, * User-defined hints are gathered from namehint.IFACE tree like: * * - * namehint.pcm {
+ * namehint.pcm [
* myfile "file:FILE=/tmp/soundwave.raw|Save sound output to /tmp/soundwave.raw"
- * myplug "plug:front:Do all conversions for front speakers"
- * } + * myplug "plug:front|Do all conversions for front speakers"
+ * ] *
* * Note: The device description is separated with '|' char.