From b37d8f894cf4dcabbeb531bdb7ae08a9f7cd2018 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 14 Oct 2001 17:47:45 +0000 Subject: increasing alsa priority so it will be used instead of alsa's oss emulation CVS patchset: 804 CVS date: 2001/10/14 17:47:45 --- src/audio_out/audio_alsa_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index f9875bf73..3004222ec 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.30 2001/10/02 00:23:13 guenter Exp $ + * $Id: audio_alsa_out.c,v 1.31 2001/10/14 17:47:45 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -823,7 +823,7 @@ static ao_info_t ao_info_alsa9 = { AO_OUT_ALSA_IFACE_VERSION, "alsa09", "xine audio output plugin using alsa-compliant audio devices/drivers", - 10 + 11 }; ao_info_t *get_audio_out_plugin_info() { -- cgit v1.2.3