summaryrefslogtreecommitdiff
path: root/lib/libossaudio/soundcard.h
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-05-24 04:21:04 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-05-24 04:21:04 +0000
commitbc4e57d7da104517213d33ff2667a9df6067cc7e (patch)
tree5ab157ea155c2daf824669190c8b828e3e3d176b /lib/libossaudio/soundcard.h
parent69f4177de66487b35e389c85a72f83874c873f36 (diff)
Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796.
The kernel part of this fixes sound emulation for version 1.37c of the Linux binary of Snes9x (Super Nintendo emulator). The userland equivalent fix should allow espie to remove his local audio hacks in the squeak port.
Diffstat (limited to 'lib/libossaudio/soundcard.h')
-rw-r--r--lib/libossaudio/soundcard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libossaudio/soundcard.h b/lib/libossaudio/soundcard.h
index f5fbebee80c..746bd04a59c 100644
--- a/lib/libossaudio/soundcard.h
+++ b/lib/libossaudio/soundcard.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: soundcard.h,v 1.4 1999/09/01 08:15:20 deraadt Exp $ */
+/* $OpenBSD: soundcard.h,v 1.5 2001/05/24 04:21:03 aaron Exp $ */
/* $NetBSD: soundcard.h,v 1.4 1997/10/29 20:23:27 augustss Exp $ */
/*
@@ -48,7 +48,7 @@
#include <sys/ioccom.h>
#endif /* !_IOWR */
-#define SOUND_VERSION 0x030000
+#define SOUND_VERSION 0x030001
#define SNDCTL_DSP_RESET _IO ('P', 0)
#define SNDCTL_DSP_SYNC _IO ('P', 1)