]> 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)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 2 Jun 2022 09:26:26 +0000 (18:26 +0900)
commit14a5131003e6b1dc436e77d1101a9e6c5fa42056
treec732f662e299e7c60b7a2e6eb40fc0769179dd4a
parentb06b0f85fb5ae063c1d4089876124ddf7cda49a5
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