mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-09 13:30:03 -05:00
ucm: implement disdevall sequence command
It is useful to run all disable sequences for all UCM devices in a verb to ensure the valid, expected initial state. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0ba999591b
commit
4119e33d28
4 changed files with 39 additions and 2 deletions
|
|
@ -59,6 +59,7 @@
|
|||
#define SEQUENCE_ELEMENT_TYPE_CFGSAVE 12
|
||||
#define SEQUENCE_ELEMENT_TYPE_DEV_ENABLE_SEQ 13
|
||||
#define SEQUENCE_ELEMENT_TYPE_DEV_DISABLE_SEQ 14
|
||||
#define SEQUENCE_ELEMENT_TYPE_DEV_DISABLE_ALL 15
|
||||
|
||||
struct ucm_value {
|
||||
struct list_head list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue