diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-14 17:47:45 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-14 17:47:45 +0000 |
commit | b37d8f894cf4dcabbeb531bdb7ae08a9f7cd2018 (patch) | |
tree | dfc90cf297a5a6cb15298ddcb2772a353fc1d246 | |
parent | 1d665e364101daa3d85a0091d13df1076a29d90b (diff) | |
download | xine-lib-b37d8f894cf4dcabbeb531bdb7ae08a9f7cd2018.tar.gz xine-lib-b37d8f894cf4dcabbeb531bdb7ae08a9f7cd2018.tar.bz2 |
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
-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 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 <James@superbug.demon.co.uk> * * - * $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() { |