mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
ucm: implement enadev2 and disdev2 sequence commands
It may be useful to call the sequences from devices from the verb sequences or another device sequences. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c3a5d32ac3
commit
4b66e5fbce
5 changed files with 90 additions and 22 deletions
|
|
@ -520,6 +520,10 @@ void uc_mgr_free_sequence_element(struct sequence_element *seq)
|
|||
case SEQUENCE_ELEMENT_TYPE_CFGSAVE:
|
||||
free(seq->data.cfgsave);
|
||||
break;
|
||||
case SEQUENCE_ELEMENT_TYPE_DEV_ENABLE_SEQ:
|
||||
case SEQUENCE_ELEMENT_TYPE_DEV_DISABLE_SEQ:
|
||||
free(seq->data.device);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue