I'm facing some problems passing the ALSA drivers'
parameters from the kernel command line.
When I try to specify the ID string for the card
(snd-sgalaxy=1,0,Waverider,0x220,0x530,10,3),
the kernel just reboots immediately, even before printing anything!
But when I leave the ID string unspecified
The attached program results in:
./a.out
a.out: pcm_plug.c:882: snd_pcm_plug_hw_params: Assertion `err >= 0' failed.
zsh: 22948 abort ./a.out
This is with CVS alsa-utils (and 0.9.6 or 0.9.8), whatever is in 2.6.0 test9,
and an SBLive. It goes away if the sample rate block is uncommented.
T