]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem-value: retrieve fixed-sized array by getter method for byte values
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 29 Jun 2022 02:49:00 +0000 (11:49 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Wed, 29 Jun 2022 12:22:01 +0000 (21:22 +0900)
commit2b93951154f8ec12fcec94a785d560e8b4e99078
tree141731230c0c0faad73ab41b9defc0da553a97e6
parent2d7f1902008be8004bb314edea8ce3632341e387
ctl: elem-value: retrieve fixed-sized array by getter method for byte 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