Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IOAudioFamily source submissions: IOAudioToggleControl.h typo



There is a typographical error in the current release of
IOAudioToggleControl.h that trips up the CodeWarrior C++ compiler.

#ifndef _IOKIT_IOAUDIOTOGGLECONTROl_H
#define _IOKIT_IOAUDIOTOGGLECONTROL_H

Notice the lower case 'l' in the first line?

I would like to submit a source code fix for that file (we are talking 'open
source' here aren't we?) but the source on the opensource CVS web site
(http://www.opensource.apple.com/) is at least several versions old . I see
the correct source is at the 'Source code for Darwin 6.0.1' link, and also
at a new site called 'www.opendarwin.org', but there are no mechanisms for
submissions documented at those links.

Sounds like the CVS repository at opensource isn't a good place to submit a
fix like this if the 'current' version there is already out of date.

There's also a tweak in IOAudioControl.h that is needed for CodeWarrior
compatibility:

virtual void IOAudioControl::setValueChangeTarget(OSObject *target);

Should read

virtual void setValueChangeTarget(OSObject *target);

Summary:

What's the current suggested mechanism for submitting a code fix like this
to IOAudioFamily?

Thanks in advance...

Cameron Jones
Salem Technology Associates

--
Cameron W. Jones
** Please help reduce Internet Junk Email **
** by keeping this email address confidential **
** Thank You! **
_______________________________________________
darwin-drivers mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-drivers
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.