Skip to content

Commit

Permalink
ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128
Browse files Browse the repository at this point in the history
Increase the limit of PCM substreams to 128.  The default value is
unchanged; only the max accept value is increased.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Sep 8, 2009
1 parent 9b151fe commit b888d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/drivers/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b888d1c

Please sign in to comment.