mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue