diff options
author | al3x <al3x@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-21 21:27:56 +0000 |
---|---|---|
committer | al3x <al3x@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-21 21:27:56 +0000 |
commit | 355ed5453ca83f43c019ede7c3bff2b8bcc9d62a (patch) | |
tree | 607c6473513768163587db849f1702ff8ae1f863 /libao2 | |
parent | 351ff0a73a26b78f9839de3cf99ee60d218c6ab6 (diff) | |
download | mpv-355ed5453ca83f43c019ede7c3bff2b8bcc9d62a.tar.bz2 mpv-355ed5453ca83f43c019ede7c3bff2b8bcc9d62a.tar.xz |
added warning message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1181 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/ao_alsa1x.c | 4 | ||||
-rw-r--r-- | libao2/ao_alsa9.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libao2/ao_alsa1x.c b/libao2/ao_alsa1x.c index 35c70c361f..6764068ae7 100644 --- a/libao2/ao_alsa1x.c +++ b/libao2/ao_alsa1x.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)); 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)); |