summaryrefslogtreecommitdiff
path: root/audio/nspmod/files/patch-ad
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-09-03 22:10:47 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-09-03 22:10:47 +0000
commitc9ce00862e1785408288c9b007888c58094f1895 (patch)
treed3784f8d2a22145f2b534f7f825ba0bc6cbf2beb /audio/nspmod/files/patch-ad
parentTurn on xemacs20. (diff)
update my port (same version).
I have added a new option (-b) that allows you to specify 8 or 16bit output. The default is still 8bit though.
Notes
Notes: svn path=/head/; revision=7768
Diffstat (limited to 'audio/nspmod/files/patch-ad')
-rw-r--r--audio/nspmod/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/nspmod/files/patch-ad b/audio/nspmod/files/patch-ad
new file mode 100644
index 000000000000..eaf68819e358
--- /dev/null
+++ b/audio/nspmod/files/patch-ad
@@ -0,0 +1,12 @@
+*** dacio.h.orig Wed Sep 3 14:58:39 1997
+--- dacio.h Wed Sep 3 13:49:32 1997
+***************
+*** 3,8 ****
+--- 3,9 ----
+ #endif
+
+ typedef struct {
++ int bits;
+ int speed;
+ int stereo;
+ } DacioConfInfo;