mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
alsaucm: fix typo in docs (can can)
Fixes: https://github.com/alsa-project/alsa-utils/pull/191 Signed-off-by: Jay-716 <13422525511@163.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
5a3655b33a
commit
17615de014
1 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ Available commands:
|
||||||
``list`` `IDENTIFIER`
|
``list`` `IDENTIFIER`
|
||||||
list command, for items returning two entries (value+comment).
|
list command, for items returning two entries (value+comment).
|
||||||
|
|
||||||
the value of the `IDENTIFIER` argument can can be:
|
the value of the `IDENTIFIER` argument can be:
|
||||||
|
|
||||||
- ``_verbs`` - get verb list (in pair verb+comment)
|
- ``_verbs`` - get verb list (in pair verb+comment)
|
||||||
- ``_devices[/{verb}]`` - get list of supported devices (in pair device+comment)
|
- ``_devices[/{verb}]`` - get list of supported devices (in pair device+comment)
|
||||||
|
@ -109,7 +109,7 @@ Available commands:
|
||||||
``get`` `IDENTIFIER`
|
``get`` `IDENTIFIER`
|
||||||
get string value.
|
get string value.
|
||||||
|
|
||||||
the value of the `IDENTIFIER` argument can can be:
|
the value of the `IDENTIFIER` argument can be:
|
||||||
|
|
||||||
- ``_verb`` - return current verb
|
- ``_verb`` - return current verb
|
||||||
- ``[=]{NAME}[/[{modifier}|{/device}][/{verb}]]`` (For valid NAMEs look at the
|
- ``[=]{NAME}[/[{modifier}|{/device}][/{verb}]]`` (For valid NAMEs look at the
|
||||||
|
@ -119,7 +119,7 @@ Available commands:
|
||||||
``geti`` `IDENTIFIER`
|
``geti`` `IDENTIFIER`
|
||||||
get integer value.
|
get integer value.
|
||||||
|
|
||||||
the value of the `IDENTIFIER` argument can can be:
|
the value of the `IDENTIFIER` argument can be:
|
||||||
|
|
||||||
- ``_devstatus/{device}``
|
- ``_devstatus/{device}``
|
||||||
- ``_modstatus/{device}``
|
- ``_modstatus/{device}``
|
||||||
|
@ -127,7 +127,7 @@ Available commands:
|
||||||
``set`` `IDENTIFIER` `VALUE`
|
``set`` `IDENTIFIER` `VALUE`
|
||||||
set string value
|
set string value
|
||||||
|
|
||||||
The value of the `IDENTIFIER` argument can can be:
|
The value of the `IDENTIFIER` argument can be:
|
||||||
|
|
||||||
- ``_verb`` - set the verb to `VALUE`
|
- ``_verb`` - set the verb to `VALUE`
|
||||||
- ``_enadev`` - enable the device specified by `VALUE`
|
- ``_enadev`` - enable the device specified by `VALUE`
|
||||||
|
|
Loading…
Reference in a new issue