diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-03-03 00:32:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-03-03 00:32:10 +0100 |
commit | 297515a39eebfbd9e846c9d45bebe3890a39fb02 (patch) | |
tree | 433d5af52dd0fac141b168fc713cab2816a38150 /src/pulse/introspect.h | |
parent | f8a085f5cfb9388a813773fbfa9598699bd6131c (diff) |
pass profile priority value to clients
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 |