mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128
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>
This commit is contained in:
parent
9b151fec13
commit
b888d1ce82
@ -42,7 +42,7 @@ MODULE_LICENSE("GPL");
|
|||||||
MODULE_SUPPORTED_DEVICE("{{ALSA,Dummy soundcard}}");
|
MODULE_SUPPORTED_DEVICE("{{ALSA,Dummy soundcard}}");
|
||||||
|
|
||||||
#define MAX_PCM_DEVICES 4
|
#define MAX_PCM_DEVICES 4
|
||||||
#define MAX_PCM_SUBSTREAMS 16
|
#define MAX_PCM_SUBSTREAMS 128
|
||||||
#define MAX_MIDI_DEVICES 2
|
#define MAX_MIDI_DEVICES 2
|
||||||
|
|
||||||
#if 0 /* emu10k1 emulation */
|
#if 0 /* emu10k1 emulation */
|
||||||
|
Loading…
Reference in New Issue
Block a user