mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
control: fulfill a description about element type with integer64
In UAPI of asound.h, there're 6 types of control element; boolean, integer, enumerated, bytes, iec958 and integer64 (The none type seems to be added to start the value at non-zero). Although, current description in alsa-lib has a lack of integer64 type. This commit fulfil the type. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c3c9206d12
commit
c2518902c5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ also interface notifying about control and structure changes.
|
|||
|
||||
\section control_general_overview General overview
|
||||
|
||||
The primitive controls can be integer, boolean, enumerators, bytes
|
||||
The primitive controls can be integer, inter64, boolean, enumerators, bytes
|
||||
and IEC958 structure.
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue