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:
Jaroslav Kysela 2021-03-29 11:12:28 +02:00
parent 02423dc970
commit 3cfbacdc34
4 changed files with 22 additions and 4 deletions

View file

@ -52,8 +52,9 @@
#define SEQUENCE_ELEMENT_TYPE_CSET_BIN_FILE 5
#define SEQUENCE_ELEMENT_TYPE_CSET_TLV 6
#define SEQUENCE_ELEMENT_TYPE_CSET_NEW 7
#define SEQUENCE_ELEMENT_TYPE_CMPT_SEQ 8
#define SEQUENCE_ELEMENT_TYPE_SYSSET 9
#define SEQUENCE_ELEMENT_TYPE_CTL_REMOVE 8
#define SEQUENCE_ELEMENT_TYPE_CMPT_SEQ 9
#define SEQUENCE_ELEMENT_TYPE_SYSSET 10
struct ucm_value {
struct list_head list;