]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem-info-integer: add class for element information of integer 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)
commitd5eeb2750e29f3e04652c1adfcb8f294a2a21568
treea7a369b76081682b6c5143eae4a5cc37eb5520d9
parent306f5003f7403e4ca61049b177384b0f3df03018
ctl: elem-info-integer: add class for element information of integer type

The element information of integer type delivers additional three
properties; the minimum, maximum, and step of value for element of
value array. The value of property is 32 bit 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-integer.c [new file with mode: 0644]
src/ctl/elem-info-integer.h [new file with mode: 0644]
src/ctl/meson.build
tests/alsactl-elem-info-integer [new file with mode: 0644]
tests/meson.build