aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-04-24 19:49:59 +0200
committerJaroslav Kysela <perex@suse.cz>2004-04-24 19:49:59 +0200
commite73338b4a5b073ebfc3f6c7146884a9052bffc55 (patch)
tree931e2a3e098c92e25d1b3fdc839eeec5f0acd448 /sound
parentc288525d429b96c7c6a6d2faa67f07283a678f24 (diff)
downloadhistory-e73338b4a5b073ebfc3f6c7146884a9052bffc55.tar.gz
ALSA CVS update - Clemens Ladisch <clemens@ladisch.de>
ALSA sequencer load snd-seq-dummy automatically, as documented in seq_dummy.c
Diffstat (limited to 'sound')
-rw-r--r--sound/core/seq/seq.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/core/seq/seq.c b/sound/core/seq/seq.c
index ec82e3ef4857ce..f6c2544d567a51 100644
--- a/sound/core/seq/seq.c
+++ b/sound/core/seq/seq.c
@@ -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;