diff --git a/sound/drivers/dummy.c b/sound/drivers/dummy.c index ccfbdfa75511df70ea935335d10a8c34c7bb2aeb..6ba066c41d2e9bd5ab8d7c8e6f1eba438bda62af 100644 --- a/sound/drivers/dummy.c +++ b/sound/drivers/dummy.c @@ -42,7 +42,7 @@ MODULE_LICENSE("GPL"); MODULE_SUPPORTED_DEVICE("{{ALSA,Dummy soundcard}}"); #define MAX_PCM_DEVICES 4 -#define MAX_PCM_SUBSTREAMS 16 +#define MAX_PCM_SUBSTREAMS 128 #define MAX_MIDI_DEVICES 2 #if 0 /* emu10k1 emulation */