mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-29 07:57:59 -04:00
ctl: improve documentation for identifier of control element
In documentation, there're two ways relevant to the identifier of control
element. However, the case of combination has the lack of parameters.
This commit improves documentation in this point.
Fixes: f3c24de8c0 ("ctl: add an overview for design of ALSA control interface")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
This commit is contained in:
parent
485930ea5d
commit
8db8b15933
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ are managed according to below model.
|
||||||
- An element includes some members to have a value. The value of each member
|
- An element includes some members to have a value. The value of each member
|
||||||
can be changed by both of userspace applications and drivers in kernel.
|
can be changed by both of userspace applications and drivers in kernel.
|
||||||
|
|
||||||
Each element can be identified by two ways; a combination of name and index, or
|
Each element can be identified by two ways; the numerical number (numid), or the
|
||||||
numerical number (numid).
|
combination of interface, device, subdevice, name, and index.
|
||||||
|
|
||||||
The type of element set is one of integer, integerr64, boolean, enumerators,
|
The type of element set is one of integer, integerr64, boolean, enumerators,
|
||||||
bytes and IEC958 structure. This indicates the type of value for each member in
|
bytes and IEC958 structure. This indicates the type of value for each member in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue