projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b151fe
)
ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128
author
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Sep 2009 16:15:17 +0000
(18:15 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Sep 2009 16:15:17 +0000
(18:15 +0200)
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>
sound/drivers/dummy.c
patch
|
blob
|
history
diff --git
a/sound/drivers/dummy.c
b/sound/drivers/dummy.c
index ccfbdfa75511df70ea935335d10a8c34c7bb2aeb..6ba066c41d2e9bd5ab8d7c8e6f1eba438bda62af 100644
(file)
--- 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 1
6
+#define MAX_PCM_SUBSTREAMS 1
28
#define MAX_MIDI_DEVICES 2
#if 0 /* emu10k1 emulation */