]> 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)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Thu, 2 Jun 2022 09:32:52 +0000 (18:32 +0900)
commit8c0bbc7993400a4ec64594075dd52ec073bac578
tree301e676ed032b66b7792e65beaf4c8ebc1ecd681
parent93f889410df6af0744184b8fb9e5c4d4e4426461
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