patch-2.1.76 linux/drivers/sound/pss.c

Next file: linux/drivers/sound/sb.h
Previous file: linux/drivers/sound/opl3.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.75/linux/drivers/sound/pss.c linux/drivers/sound/pss.c
@@ -51,13 +51,11 @@
 
 #include "coproc.h"
 
-#ifdef PSS_HAVE_LD
-#include "synth-ld.h"
+#ifdef PSS_HAVE_BOOT
+#include "pss_boot.h"
 #else
-static int      pss_synthLen = 0;
-static unsigned char *pss_synth =
-NULL;
-
+static unsigned char *pss_synth = NULL;
+static int pss_synthLen = 0;
 #endif
 
 typedef struct pss_confdata

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov