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