mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-28 01:40:08 -05:00
ucm: implement DeviceVariant configuration extension
It may be useful for the channel count specification for example. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
554efca497
commit
3149ca0f1c
3 changed files with 323 additions and 63 deletions
|
|
@ -183,6 +183,12 @@ struct use_case_device {
|
|||
|
||||
/* cached priority for sorting (LONG_MIN if not determined) */
|
||||
long sort_priority;
|
||||
|
||||
/* list of variant devices */
|
||||
struct list_head variants;
|
||||
|
||||
/* list link for variant devices */
|
||||
struct list_head variant_list;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue