]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem-value: retrieve fixed-sized array by getter method for integer values
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 29 Jun 2022 02:49:00 +0000 (11:49 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 29 Jun 2022 02:49:00 +0000 (11:49 +0900)
commit684d4e94366651d0c8986ac6aaf9ea6b5e3adaf4
treefbd45129f8a178b676f2a9c472f55c66faf0a69e
parentdfac549e9b5c5843dc355409196a57ce4457f4f5
ctl: elem-value: retrieve fixed-sized array by getter method for integer values

In UAPI of Linux sound subsystem, 'struct snd_ctl_elem_values' has
fixed-sized array. It's natural to retrieve the array as is.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/ctl/elem-value.c
src/ctl/elem-value.h