In this patch, MAX_PCM_SUBSTREAMS was increased: http://gitorious.org/linux-omap/mainline/commit/b888d1ce82ebd2bafecf64c765754968e78b4228 However the MODULE_PARAM_DESC was not updated to match. Patch attached. Adrian -- bitcube.co.uk - Linux infrastructure consultancy Puppet, Debian, Red Hat, Ubuntu, CentOS, ...
--- sound/drivers/dummy.c.orig 2009-10-28 13:39:59.000000000 +0000 +++ sound/drivers/dummy.c.new 2009-10-28 13:40:27.000000000 +0000 @@ -165,7 +165,7 @@ module_param_array(pcm_devs, int, NULL, 0444); MODULE_PARM_DESC(pcm_devs, "PCM devices # (0-4) for dummy driver."); module_param_array(pcm_substreams, int, NULL, 0444); -MODULE_PARM_DESC(pcm_substreams, "PCM substreams # (1-16) for dummy driver."); +MODULE_PARM_DESC(pcm_substreams, "PCM substreams # (1-128) for dummy driver."); //module_param_array(midi_devs, int, NULL, 0444); //MODULE_PARM_DESC(midi_devs, "MIDI devices # (0-2) for dummy driver."); module_param(fake_buffer, bool, 0444);
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel