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 <mark@xwax.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
* User-defined hints are gathered from namehint.IFACE tree like:
*
* <code>
- * namehint.pcm {<br>
+ * namehint.pcm [<br>
* myfile "file:FILE=/tmp/soundwave.raw|Save sound output to /tmp/soundwave.raw"<br>
- * myplug "plug:front:Do all conversions for front speakers"<br>
- * }
+ * myplug "plug:front|Do all conversions for front speakers"<br>
+ * ]
* </code>
*
* Note: The device description is separated with '|' char.