I'm trying to get an alsa driver for Timidity to work, and it does pretty much work, except I can't exit gracefully. When I call snd_pcm_close(handle), I get this message: timidity: pcm_plug.c:68: snd_pcm_plug_close: Assertion `plug->slave == plug->req_slave' failed. Aborted
I thought it might help to first call snd_pcm_drain(handle), but then I get: timidity: pcm.c:910: snd_pcm_drain: Assertion `pcm->setup' failed. Aborted Immediately before these calls, the reported state is "running". As far as I can tell from comments in the library source code, I should be able to call snd_pcm_close. So, is this an Alsa bug? I'm using the version of the driver from Linux 2.5.7 for the i810 and the Alsa library from the CVS, updated this morning. Greg Lee <[EMAIL PROTECTED]> _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user