]> err.no Git - linux-2.6/blobdiff - sound/oss/nm256_audio.c
[PATCH] fs: remove redundant timespec_equal test in update_atime()
[linux-2.6] / sound / oss / nm256_audio.c
index f9166e13519201f9118185e919489b1e2d1cbc66..66970062eb363a3bd48493039d4e0f239525f798 100644 (file)
 #include <linux/delay.h>
 #include <linux/spinlock.h>
 #include "sound_config.h"
-#include "nm256.h"
-#include "nm256_coeff.h"
 
-int nm256_debug;
+static int nm256_debug;
 static int force_load;
 
+#include "nm256.h"
+#include "nm256_coeff.h"
+
 /* 
  * The size of the playback reserve.  When the playback buffer has less
  * than NM256_PLAY_WMARK_SIZE bytes to output, we request a new
@@ -138,7 +139,7 @@ static int usecache;
 static int buffertop;
 
 /* Check to see if we're using the bank of cached coefficients. */
-int
+static int
 nm256_cachedCoefficients (struct nm256_info *card)
 {
     return usecache;