From e723890f3cd347f6828f765dbda8dc1a4946ede1 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 17 Nov 2003 21:34:54 +0000 Subject: Unbreak on 5.x. It will not work with Gravis Ultrasound boards, but they're almost extinct today anyway. Submitted by: Mathew Kanner Approved by: adamw (mentor) --- audio/playmidi/files/extra-patchload.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 audio/playmidi/files/extra-patchload.c (limited to 'audio/playmidi/files/extra-patchload.c') 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 + #else +-#include + #endif + #include + #include +@@ -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; -- cgit v1.2.3