mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
ucm: add ctl-remove sequence command to delete controls from UCM
Syntax: ctl-remove "name='ABCD'" Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
02423dc970
commit
3cfbacdc34
4 changed files with 22 additions and 4 deletions
|
|
@ -488,6 +488,7 @@ void uc_mgr_free_sequence_element(struct sequence_element *seq)
|
|||
case SEQUENCE_ELEMENT_TYPE_CSET_NEW:
|
||||
case SEQUENCE_ELEMENT_TYPE_CSET_BIN_FILE:
|
||||
case SEQUENCE_ELEMENT_TYPE_CSET_TLV:
|
||||
case SEQUENCE_ELEMENT_TYPE_CTL_REMOVE:
|
||||
free(seq->data.cset);
|
||||
break;
|
||||
case SEQUENCE_ELEMENT_TYPE_SYSSET:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue