]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: card: add error path when generating name list at element addition
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)
commit0400cdfa3a23e1dcc1ef3e69716b3a0a32083f69
treeaced727074d0cad2eb664b756b4ad24cfad1cc5d
parentb1026cb6c777da3fdb6ff0cffa9e249efa58211d
ctl: card: add error path when generating name list at element addition

Current implementation of ALSA control core has limitation of name list
when adding or replacing element set.

This commit adds error path when being over the limitation

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