mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
add priority logic to find best default profile
This commit is contained in:
parent
b3a043fd31
commit
7368a6e6be
6 changed files with 43 additions and 15 deletions
|
|
@ -33,6 +33,8 @@ typedef struct pa_card_profile {
|
|||
char *name;
|
||||
char *description;
|
||||
|
||||
unsigned priority;
|
||||
|
||||
/* We probably want to have different properties later on here */
|
||||
unsigned n_sinks;
|
||||
unsigned n_sources;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue