pkgsrc/audio/xamp/patches/patch-an
rh e37e6d06d1 Update xamp to 0.8.10 (from PR 11250 by Rui-Xiang Guo
<rxg@ms25.url.com.tw>, the maintainer of this package).  Changes are
bugfixes, and use of the native NetBSD sound API instead of OSS emulation.
2000-10-18 11:22:42 +00:00

15 lines
397 B
Text

$NetBSD: patch-an,v 1.1 2000/10/18 11:22:44 rh Exp $
--- ../proto.h.orig Sat May 31 23:47:58 1997
+++ ../proto.h Tue Oct 17 16:23:23 2000
@@ -6,6 +6,10 @@
void debugOptions();
/* From: audioIO_<OSTYPE>.c */
+#ifdef OS_NetBSD
+void audioSetMixer();
+void audioSetBalance(int, int);
+#endif
void audioOpen(int frequency, int stereo, int volume);
void audioSetVolume(int);
void audioFlush();