patch-2.4.7 linux/drivers/sound/nm256_audio.c

Next file: linux/drivers/sound/sb_common.c
Previous file: linux/drivers/sound/msnd_pinnacle.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/drivers/sound/nm256_audio.c linux/drivers/sound/nm256_audio.c
@@ -29,8 +29,8 @@
 #include "nm256.h"
 #include "nm256_coeff.h"
 
-int nm256_debug = 0;
-static int force_load = 0;
+int nm256_debug;
+static int force_load;
 
 /* 
  * The size of the playback reserve.  When the playback buffer has less
@@ -131,8 +131,8 @@
     return NULL;
 }
 
-static int usecache = 0;
-static int buffertop = 0;
+static int usecache;
+static int buffertop;
 
 /* Check to see if we're using the bank of cached coefficients. */
 int

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)