]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: elem_info_int: fix wrong assignment to private value
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 16 Dec 2019 19:02:29 +0000 (04:02 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sat, 28 Dec 2019 04:16:06 +0000 (13:16 +0900)
commit7bf802873f135dd0deac5c10443ecdb85beb6e7c
tree8f30047a7449f26c81f567c8232df59d5e4a1072
parentd0386db95a73e62f1faf743df42c3b9ad7c68632
ctl: elem_info_int: fix wrong assignment to private value

ALSACtl::ElemInfoInt has properties for 'min', 'max' and 'step' but their
assignments are not proper. This commit fixes the bug.

Fixes: aac870451a89 ("ctl: elem_info_int: add properties for type-dependent parameters and constructor")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/ctl/elem-info-int.c