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