At Wed, 17 Nov 2004 13:40:48 -0500, Lee Revell wrote: > > I get this warning when removing ALSA modules. I believe the warning is > going away, so maybe we should address the issue now. Is this something > that could be done by the ALSA middle layer? Possible, but I think better in each driver code. > Nov 16 23:32:09 krustophenia kernel: EMU10K1_Audigy 0000:00:14.0: Device > was removed without properly calling pci_disable_device(). This may need > fixing. > > I tried adding a call to pci_disable_device and the warning persisted, > maybe I did not add it in the right place. Does the patch below fix? Takashi