Update of /cvsroot/alsa/alsa-kernel/isa/sb
In directory usw-pr-cvs1:/tmp/cvs-serv893

Modified Files:
        emu8000.c 
Log Message:
Fixed dependency (snd_seq_device_new) without sequencer

Index: emu8000.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/sb/emu8000.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- emu8000.c   13 Aug 2002 16:13:38 -0000      1.13
+++ emu8000.c   13 Oct 2002 13:38:24 -0000      1.14
@@ -1138,11 +1138,13 @@
                snd_emu8000_free(hw);
                return err;
        }
+#if defined(CONFIG_SND_SEQUENCER) || defined(CONFIG_SND_SEQUENCER_MODULE)
        if (snd_seq_device_new(card, index, SNDRV_SEQ_DEV_ID_EMU8000,
                               sizeof(emu8000_t*), &awe) >= 0) {
                strcpy(awe->name, "EMU-8000");
                *(emu8000_t**)SNDRV_SEQ_DEVICE_ARGPTR(awe) = hw;
        }
+#endif
        if (awe_ret)
                *awe_ret = awe;
 



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

Reply via email to