mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-17 22:05:18 -05:00
ucm: add cdev
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
cdc9dd50bf
commit
aaf55f1641
3 changed files with 19 additions and 3 deletions
|
|
@ -133,6 +133,9 @@ static int execute_sequence(snd_use_case_mgr_t *uc_mgr ATTRIBUTE_UNUSED,
|
|||
list_for_each(pos, seq) {
|
||||
s = list_entry(pos, struct sequence_element, list);
|
||||
switch (s->type) {
|
||||
case SEQUENCE_ELEMENT_TYPE_CDEV:
|
||||
uc_error("cdev not yet implemented: '%s'", s->data.cdev);
|
||||
break;
|
||||
case SEQUENCE_ELEMENT_TYPE_CSET:
|
||||
uc_error("cset not yet implemented: '%s'", s->data.cset);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue