mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
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 <mark@xwax.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
2c93faaf80
commit
6be096eed9
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
* User-defined hints are gathered from namehint.IFACE tree like:
|
||||||
*
|
*
|
||||||
* <code>
|
* <code>
|
||||||
* namehint.pcm {<br>
|
* namehint.pcm [<br>
|
||||||
* myfile "file:FILE=/tmp/soundwave.raw|Save sound output to /tmp/soundwave.raw"<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>
|
* </code>
|
||||||
*
|
*
|
||||||
* Note: The device description is separated with '|' char.
|
* Note: The device description is separated with '|' char.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue