AppleUSBAudioDevice device name
AppleUSBAudioDevice device name
- Subject: AppleUSBAudioDevice device name
- From: Dave Koziol <email@hidden>
- Date: Mon, 18 Mar 2002 11:06:41 -0500
I have a device which report a device name of "Unknown USB Audio
Device". I'd like to write some code to report a more accurate
description to the user.
I can see in AppleUSBAudioDevice.cpp where this string gets set into the
IORegistry. I looked at creating a simple KEXT which subclassed
AppleUSBAudioDevice, but AppleUSBAudioDevice doesn't have a
OSBundleCompatibleVersion property so I could make my KEXT depend on
it. I know Apple frowns on subclasses any KEXT which starts with Apple
anyways, but except for this name, the device works fine.
In AudioHardware.h, I see AudioDeviceSetProperty, and the
kAudioDevicePropertyDeviceName property, but I'm not sure how I would
know which device was the device who's name I'm trying to set.
Besides changing the hardware which can't be done at this point, what is
the recommended method of dealing with this?
Dave Koziol
VP Engineering
IOXperts, Inc
_______________________________________________
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.