]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem-info-single-array: add interface for single array element information
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)
commite0322a2d5aff426c0bb8f67d31477515c96d26c0
treec732f662e299e7c60b7a2e6eb40fc0769179dd4a
parent1477c1574d2e0307f447d3e187f419bd3f239bd8
ctl: elem-info-single-array: add interface for single array element information

The most type of element has value array. The count of elements in the
array is expressed as count in structure.

This commit adds gobject interface for the type of information. It should
implements one property; the count of elements.

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