mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pass profile priority value to clients
This commit is contained in:
parent
f8a085f5cf
commit
297515a39e
4 changed files with 5 additions and 2 deletions
|
|
@ -401,6 +401,7 @@ typedef struct pa_card_profile_info {
|
|||
const char *description; /**< Description of this profile */
|
||||
uint32_t n_sinks; /**< Number of sinks this profile would create */
|
||||
uint32_t n_sources; /**< Number of sources this profile would create */
|
||||
uint32_t priority; /**< The higher this value is the more useful this profile is as a default */
|
||||
} pa_card_profile_info;
|
||||
|
||||
/** Stores information about cards. Please note that this structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue