]> git.alsa-project.org Git - alsa-lib.git/commitdiff
control: fulfill a description about element type with integer64
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 21 Feb 2016 16:54:19 +0000 (01:54 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sun, 21 Feb 2016 17:47:12 +0000 (18:47 +0100)
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>
src/control/control.c

index 328920d989c3099e8d106b6d60bd1a60ddc7681b..e1a90a87c96a0f74bf70a947f356c36242219fe3 100644 (file)
@@ -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.
 
 */