diff options
Diffstat (limited to 'src/pulse/introspect.h')
| -rw-r--r-- | src/pulse/introspect.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index aa67e43d..60f8d4f4 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -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  | 
