diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-09-03 22:10:47 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-09-03 22:10:47 +0000 |
| commit | c9ce00862e1785408288c9b007888c58094f1895 (patch) | |
| tree | d3784f8d2a22145f2b534f7f825ba0bc6cbf2beb /audio/nspmod/files/patch-ad | |
| parent | Turn 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-ad | 12 |
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; |
