Proper way to remove an Audio Device
Proper way to remove an Audio Device
- Subject: Proper way to remove an Audio Device
- From: "Robert Penland" <email@hidden>
- Date: Wed, 17 Sep 2003 18:21:33 -0700
- Thread-topic: Proper way to remove an Audio Device
What is the prescribed sequence of calls for removing a CoreAudio device in the kernel? Our Audio device driver is part of another kext driver and when the last instance of our main driver is closed, I want to eliminate the Audio devices. I have tried calling terminate on the Audio device object, but if I then do a kextunload of our main driver it fails saying there is still 1 instance of my Audiodevice and it's associated Engines present.
Thanks,
Rob
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.