mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-07 04:33:44 -05:00
ucm: sort devices by priority
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a525015e3b
commit
b3e4b15583
3 changed files with 181 additions and 0 deletions
|
|
@ -179,6 +179,9 @@ struct use_case_device {
|
|||
|
||||
/* value list */
|
||||
struct list_head value_list;
|
||||
|
||||
/* cached priority for sorting (LONG_MIN if not determined) */
|
||||
long sort_priority;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue