Update of /cvsroot/alsa/alsa-kernel/core/seq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27032/alsa-kernel/core/seq
Modified Files: seq.c Log Message: load snd-seq-dummy automatically, as documented in seq_dummy.c Index: seq.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- seq.c 7 Apr 2004 17:48:12 -0000 1.10 +++ seq.c 13 Apr 2004 07:40:44 -0000 1.11 @@ -35,7 +35,11 @@ #include "seq_info.h" #include <sound/seq_device.h> +#if defined(CONFIG_SND_SEQ_DUMMY_MODULE) +int seq_client_load[64] = {[0] = SNDRV_SEQ_CLIENT_DUMMY, [1 ... 63] = -1}; +#else int seq_client_load[64] = {[0 ... 63] = -1}; +#endif int seq_default_timer_class = SNDRV_TIMER_CLASS_GLOBAL; int seq_default_timer_sclass = SNDRV_TIMER_SCLASS_NONE; int seq_default_timer_card = -1; ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog