From e20902536ec68c0a90a61c3d21728c5afbf5e235 Mon Sep 17 00:00:00 2001 From: frueauf Date: Mon, 16 Feb 1998 12:45:09 +0000 Subject: back out previous change, AUDIO_ENCODING_SLINEAR is right. See pr 5000 why I was confused. Thanx to Matthias Scheler for forcing me test this again :) --- graphics/xanim/patches/patch-ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/xanim') diff --git a/graphics/xanim/patches/patch-ac b/graphics/xanim/patches/patch-ac index 2c81733f217..0d2dfa2c88d 100644 --- a/graphics/xanim/patches/patch-ac +++ b/graphics/xanim/patches/patch-ac @@ -4,9 +4,9 @@ a_info.blocksize = 1024; ioctl(devAudio, AUDIO_SETINFO, &a_info); AUDIO_INITINFO(&a_info); -+#ifdef AUDIO_ENCODING_LINEAR_LE ++#ifdef AUDIO_ENCODING_SLINEAR + /* Use new encoding names */ -+ a_info.play.encoding = AUDIO_ENCODING_LINEAR_LE; ++ a_info.play.encoding = AUDIO_ENCODING_SLINEAR; + ioctl(devAudio, AUDIO_SETINFO, &a_info); + AUDIO_INITINFO(&a_info); + a_info.mode = AUMODE_PLAY | AUMODE_PLAY_ALL; -- cgit v1.2.3