Re: (HAL) kAudioDevicePropertyRelatedDevices vs USB audio
Re: (HAL) kAudioDevicePropertyRelatedDevices vs USB audio
- Subject: Re: (HAL) kAudioDevicePropertyRelatedDevices vs USB audio
- From: Jeff Moore <email@hidden>
- Date: Fri, 14 Nov 2003 12:02:53 -0800
Your code is fine. That looks like a bug in the HAL. From looking at
the code, it doesn't appear to find any related devices for any kind of
device right now. I just wrote it up.
Thanks for finding it.
On Nov 14, 2003, at 11:36 AM, Michael Thornburgh wrote:
(moderator: please disregard the pending version of this message that
was too long)
so i'm trying to use this kAudioDevicePropertyRelatedDevices property
on my panther 10.3.1 system. according to the IORegistryExplorer, it
sure seems like the two audio engines of my USB audio device (Griffin
iMic) share the same AppleUSBAudioDevice (subclass of IOAudioDevice).
however, when i do
theStatus = AudioDeviceGetPropertyInfo ( myDevice, 0, 0,
kAudioDevicePropertyRelatedDevices, &theSize, NULL );
theStatus ends up with kAudioHardwareUnknownPropertyError ('who?'),
which indicates that the requested device has no relatives.
am i Doing It Wrong? does this property work for anyone else with an
iMic, or other USB audio devices? or should i bug report this?
--
Jeff Moore
Core Audio
Apple
_______________________________________________
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.