Re: [Alsa-devel] 4 opens max on trident

2001-11-19 Thread Jaroslav Kysela
On Mon, 19 Nov 2001, Andy Lo-A-Foe wrote: > On Mon, Nov 19, 2001 at 02:49:23PM +0100, Jaroslav Kysela wrote: > > > static int snd_maximum_substreams = 4; > > MODULE_PARM(snd_maximum_substreams, "i"); > > MODULE_PARM_DESC(snd_maximum_substreams, "Maximum substreams with preallocated DMA >memory."

Re: [Alsa-devel] 4 opens max on trident

2001-11-19 Thread Andy Lo-A-Foe
On Mon, Nov 19, 2001 at 02:49:23PM +0100, Jaroslav Kysela wrote: > static int snd_maximum_substreams = 4; > MODULE_PARM(snd_maximum_substreams, "i"); > MODULE_PARM_DESC(snd_maximum_substreams, "Maximum substreams with preallocated DMA >memory."); > MODULE_PARM_SYNTAX(snd_maximum_substreams, SNDR

Re: [Alsa-devel] 4 opens max on trident

2001-11-19 Thread Jaroslav Kysela
On Mon, 19 Nov 2001, Andy Lo-A-Foe wrote: > Hi, > > I just did some tests on my setup, alsa 0.9.0beta9 + Trident 4DWave NX. > I can only open 4 sub devices maximum. I always thought this was a lot static int snd_maximum_substreams = 4; MODULE_PARM(snd_maximum_substreams, "i"); MODULE_PARM_DESC(s

[Alsa-devel] 4 opens max on trident

2001-11-19 Thread Andy Lo-A-Foe
Hi, I just did some tests on my setup, alsa 0.9.0beta9 + Trident 4DWave NX. I can only open 4 sub devices maximum. I always thought this was a lot more (at least 16). Also, what is the function of snd_pcm_hw_params_any() ?? I have this call in my code but I have no idea what it actually does :)