Re: Property plugins
Re: Property plugins
- Subject: Re: Property plugins
- From: Emmett James <email@hidden>
- Date: Wed, 11 Dec 2002 07:15:38 -0600
- Mail-followup-to: CoreAudio API <email@hidden>
On Wed, Dec 11, 2002 at 06:46:22AM -0600, Emmett James wrote:
>
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 forgot to mention, I have some printf trace statements in my plugin's
AudioDriverPlugInOpen(), and I don't see output from them anywhere.
(BTW, do these go to /var/log/system.log, or the console?).
So it looks like my plugin is not being found by the HAL, or maybe it
is found, but maybe HAL thinks there is something wrong with it and so
won't try to call the AudioDriverPlugInOpen() function.
_______________________________________________
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.