diff src/esd/esd.c @ 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 3134a0987162
children
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,