Update of /cvsroot/alsa/alsa-kernel/core/ioctl32
In directory sc8-pr-cvs1:/tmp/cvs-serv5339/core/ioctl32

Modified Files:
        ioctl32.c 
Log Message:
Fixed module/solid kernel #ifdef tests

Index: ioctl32.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/ioctl32/ioctl32.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ioctl32.c   6 Feb 2003 17:59:15 -0000       1.16
+++ ioctl32.c   21 Jun 2003 07:52:37 -0000      1.17
@@ -419,13 +419,13 @@
 extern struct ioctl32_mapper rawmidi_mappers[];
 extern struct ioctl32_mapper timer_mappers[];
 extern struct ioctl32_mapper hwdep_mappers[];
-#ifdef CONFIG_SND_SEQUENCER
+#if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && 
defined(CONFIG_SND_SEQUENCER_MODULE))
 extern struct ioctl32_mapper seq_mappers[];
 #endif
 
 static void snd_ioctl32_done(void)
 {
-#ifdef CONFIG_SND_SEQUENCER
+#if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && 
defined(CONFIG_SND_SEQUENCER_MODULE))
        snd_ioctl32_unregister(seq_mappers);
 #endif
        snd_ioctl32_unregister(hwdep_mappers);
@@ -442,7 +442,7 @@
        snd_ioctl32_register(rawmidi_mappers);
        snd_ioctl32_register(timer_mappers);
        snd_ioctl32_register(hwdep_mappers);
-#ifdef CONFIG_SND_SEQUENCER
+#if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && 
defined(CONFIG_SND_SEQUENCER_MODULE))
        snd_ioctl32_register(seq_mappers);
 #endif
        return 0;



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to