summaryrefslogtreecommitdiffstats
path: root/libao2/ao_alsa9.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/ao_alsa9.c')
-rw-r--r--libao2/ao_alsa9.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libao2/ao_alsa9.c b/libao2/ao_alsa9.c
index 35c70c361f..6764068ae7 100644
--- a/libao2/ao_alsa9.c
+++ b/libao2/ao_alsa9.c
@@ -2,6 +2,8 @@
ao_alsa9 - ALSA-0.9.x output plugin for MPlayer
(C) Alex Beregszaszi <alex@naxine.org>
+
+ Don't use this buggy driver, ALSA-0.9.x emulates OSS very well...
*/
#include <errno.h>
@@ -83,6 +85,8 @@ static int init(int rate_hz, int channels, int format, int flags)
int err;
int cards = -1;
snd_pcm_info_t *alsa_info;
+
+ printf("alsa-init: Don't use this buggy driver, ALSA-0.9.x emulates OSS very well...\n");
printf("alsa-init: requested format: %d Hz, %d channels, %s\n", rate_hz,
channels, audio_out_format_name(format));