Now that the ARRAY_SIZE macro has been migrated to adriver.h, it can come out of here. 
And there's a whitespace diff too.

Chris

Index: alsa-driver/isa/sscape.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/sscape.c,v
retrieving revision 1.7
diff -u -u -r1.7 sscape.c
--- alsa-driver/isa/sscape.c    7 Oct 2002 10:59:39 -0000       1.7
+++ alsa-driver/isa/sscape.c    7 Oct 2002 20:40:40 -0000
@@ -68,9 +68,6 @@
 static snd_card_t *sscape_card[SNDRV_CARDS];
 static unsigned __initdata sscape_count;
 
-#ifndef ARRAY_SIZE
-#  define ARRAY_SIZE(a)  (sizeof(a) / sizeof(a[0]))
-#endif
 
 #define MPU401_IO(i)     ((i) + 0)
 #define MIDI_DATA_IO(i)  ((i) + 0)
@@ -286,7 +283,7 @@
  * Also leaves all locking-issues to the caller ...
  */
 static int host_write_ctrl_unsafe(unsigned io_base, unsigned char data,
-                      unsigned timeout)
+                                  unsigned timeout)
 {
        int err;
 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to