[alsa-devel] [alsa-lib][PATCH] control: fulfill a description about element type with integer64
Takashi Iwai
tiwai at suse.de
Sun Feb 21 18:50:30 CET 2016
On Sun, 21 Feb 2016 17:54:19 +0100,
Takashi Sakamoto wrote:
>
> 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 at sakamocchi.jp>
Applied, thanks.
Takashi
> ---
> src/control/control.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/control/control.c b/src/control/control.c
> index 70d168d..a44ae96 100644
> --- a/src/control/control.c
> +++ b/src/control/control.c
> @@ -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.
>
> */
> --
> 2.5.0
>
More information about the Alsa-devel
mailing list