summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/card.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-20 20:35:18 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-20 20:35:18 +0100
commit7368a6e6be5dbbdc8e13003ef6841fe3fe1840bc (patch)
tree0c1fbef18992fcdb5d782f4988d54e25e8e00b10 /src/pulsecore/card.h
parentb3a043fd3179fcb60730466ae43f16ffe14a9b4c (diff)
add priority logic to find best default profile
Diffstat (limited to 'src/pulsecore/card.h')
-rw-r--r--src/pulsecore/card.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/card.h b/src/pulsecore/card.h
index b4e68b04..17733c51 100644
--- a/src/pulsecore/card.h
+++ b/src/pulsecore/card.h
@@ -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;