diff options
Diffstat (limited to 'src/audio_out/audio_alsa_out.c')
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 9b7bba302..4677759d2 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 <James@superbug.demon.co.uk> * * - * $Id: audio_alsa_out.c,v 1.121 2003/12/12 01:44:39 f1rmb Exp $ + * $Id: audio_alsa_out.c,v 1.122 2003/12/14 22:13:22 siggi Exp $ */ #ifdef HAVE_CONFIG_H @@ -70,7 +70,7 @@ #define LOG_DEBUG */ -#define AO_OUT_ALSA_IFACE_VERSION 7 +#define AO_OUT_ALSA_IFACE_VERSION 8 #define BUFFER_TIME 1000*1000 #define GAP_TOLERANCE 5000 |