On 09/11/2007 09:07 PM, Krzysztof Helt wrote:
- I38-MMSN852 = AZT2316R + CS4231A-KL, with EEPROM
I got this one. It has also AZT3320 chip.
Yep -- hardware midi, hooked up to the onboard MPU-401. Sounds really thin, but it's okay to play with.
- There is a problem with freeing resources in the probe function. If the probe
ends with error, removal of the driver does not release requested regions
Yes, dumb cut & paste error from when it was split off into its own function; please change the four "return err;" exits in (that version of) snd_galaxy_probe() with "goto error;"
- After a while I found the free irq (it took quite long with this
manual settings). The driver loaded, the /proc/asound/* files showed GALAXY something but the alsamixer ended with message that there was no mixer device.
It took quite long for you to look at /proc/interrupts and see which ones of four possible IRQs was unclaimed (the only thing autoprobing does)? Strange.
I don't see the mixer problem here, with the same card. Might it be a testing fluke caused by the unloading bug above?
Rene.