diff options
Diffstat (limited to 'audio/playmidi/files/extra-patchload.c')
-rw-r--r-- | audio/playmidi/files/extra-patchload.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/playmidi/files/extra-patchload.c b/audio/playmidi/files/extra-patchload.c new file mode 100644 index 000000000000..904a15095111 --- /dev/null +++ b/audio/playmidi/files/extra-patchload.c @@ -0,0 +1,18 @@ +--- patchload.c.orig Sat Feb 7 17:22:51 1998 ++++ patchload.c Mon Nov 17 22:10:07 2003 +@@ -19,7 +19,6 @@ + #ifdef linux + #include <linux/ultrasound.h> + #else +-#include <machine/ultrasound.h> + #endif + #include <sys/stat.h> + #include <fcntl.h> +@@ -93,7 +92,6 @@ + + if (pgm < 0) { + use8bit = force8bit; +- GUS_NUMVOICES(gus_dev, (card_info[gus_dev].nr_voices = 32)); + SEQ_DUMPBUF(); + for (i = 0; i < 256; i++) + patchloaded[i] = 0; |