From 7368a6e6be5dbbdc8e13003ef6841fe3fe1840bc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 20 Jan 2009 20:35:18 +0100 Subject: add priority logic to find best default profile --- src/pulsecore/card.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/card.h') 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; -- cgit