From 16e0fba576af5b5e005d619c4699c3d04ba11508 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 24 Nov 2001 13:44:33 +0000 Subject: Fixed iface version of alsa plugin. CVS patchset: 1103 CVS date: 2001/11/24 13:44:33 --- src/audio_out/audio_alsa_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 7b59cf225..acdba3885 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton * * - * $Id: audio_alsa_out.c,v 1.37 2001/11/18 17:34:28 jcdutton Exp $ + * $Id: audio_alsa_out.c,v 1.38 2001/11/24 13:44:34 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -73,7 +73,7 @@ # endif #endif -#define AO_OUT_ALSA_IFACE_VERSION 2 +#define AO_OUT_ALSA_IFACE_VERSION 3 #define GAP_TOLERANCE 5000 -- cgit v1.2.3