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