Re: Property plugins
Re: Property plugins
- Subject: Re: Property plugins
- From: Emmett James <email@hidden>
- Date: Wed, 11 Dec 2002 06:46:22 -0600
- Mail-followup-to: CoreAudio API <email@hidden>
I have my plugin written and built. I also added this line to
MyIOAudioEngine, in the initHardware() function:
// Let the HAL know where the custom property bundle is
// relative to /System/Library/Extensions
this->setProperty(kIOAudioEngineCoreAudioPlugInKey, kPropertyPluginName);
where kPropertyPluginName is #defined as "MyPropertyPlugin.bundle".
Sadly, setting this property makes my audio devices become invisible.
The HAL doesn't see them, even though the KEXT loads and initializes
fine. If I comment out that line, the devices show up and the driver
works fine.
I suppose there is some small key piece of information I am missing to
get the KEXT and the HAL and the property plugin all wired together and
talking.
If someone can offer some suggestions as to what is wrong, I would
be grateful.
Emmett
_______________________________________________
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.