]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem-info-integer64: add class for element information of integer64 type
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 2 Jun 2022 09:26:26 +0000 (18:26 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 2 Jun 2022 09:26:26 +0000 (18:26 +0900)
commitacf85fe10980484f81a2b4c5ad02ad73c6b105b1
tree301e676ed032b66b7792e65beaf4c8ebc1ecd681
parentd5eeb2750e29f3e04652c1adfcb8f294a2a21568
ctl: elem-info-integer64: add class for element information of integer64 type

The element information of integer64 type delivers additional three
properties; the minimum, maximum, and step of value for element of
value array. The value of property is 64 bit signed integer.

This commit adds gobject class for the information.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/ctl/alsactl.h
src/ctl/alsactl.map
src/ctl/elem-info-integer64.c [new file with mode: 0644]
src/ctl/elem-info-integer64.h [new file with mode: 0644]
src/ctl/meson.build
tests/alsactl-elem-info-integer64 [new file with mode: 0644]
tests/meson.build