]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem-info-iec60958: add class for element information of IEC60958 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)
commit1477c1574d2e0307f447d3e187f419bd3f239bd8
treea591c414b2b6dbbecc1db173d7fc91b55be9e411
parentf058169d18829f950848b8ecf4831830dc7bbea7
ctl: elem-info-iec60958: add class for element information of IEC60958 type

The element information of IEC60958 type doesn't deliver the count of
value since the element has two types of data array according to IEC60958;
channel status and user data.

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