]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem-info-enumerated: add class for element information of enumerated 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)
commit61282477e9b9530c0419335428b8ffafa6138775
tree194888ffb86db55a9b35119d934bace39f059e6e
parentacf85fe10980484f81a2b4c5ad02ad73c6b105b1
ctl: elem-info-enumerated: add class for element information of enumerated type

The element information of enumerated type delivers an additional property
for indexed string labels.

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-enumerated.c [new file with mode: 0644]
src/ctl/elem-info-enumerated.h [new file with mode: 0644]
src/ctl/meson.build
tests/alsactl-elem-info-enumerated [new file with mode: 0644]
tests/meson.build