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