changeset 3096:3355beb9105b

Add probe priority of 2, this should go before low-level audio driver such as ALSA. Closes bug #35 by Petr Psa.
author Tony Vroon <chainsaw@gentoo.org>
date Thu, 30 Apr 2009 14:29:20 +0100
parents c5fcdbfaaf1e
children 1e48d5a52760
files src/esd/esd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/esd/esd.c	Thu Apr 30 14:16:43 2009 +0100
+++ b/src/esd/esd.c	Thu Apr 30 14:29:20 2009 +0100
@@ -22,6 +22,7 @@
 
 OutputPlugin esd_op = {
     .description = "ESD Output Plugin",
+    .probe_priority = 2,
     .init = esdout_init,
     .about = esdout_about,
     .configure = esdout_configure,