Re: AppleOnboardAudio-247.2.2 (darwin 7.8)
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hi Ben, On Mar 27, 2005, at 3:10 PM, Benjamin Herrenschmidt wrote: Hi ! It seems like various codec type definitions are missing. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I was able to get this to compile simply by defining the missing enumerated types. Give this a try: diff -r -u AppleOnboardAudio-247.2.2.orig/AppleOnboardAudio/ AppleOnboardAudioUserClient.h AppleOnboardAudio-247.2.2/ AppleOnboardAudio/AppleOnboardAudioUserClient.h --- AppleOnboardAudio-247.2.2.orig/AppleOnboardAudio/ AppleOnboardAudioUserClient.h 2005-02-08 19:28:52.000000000 -0800 +++ AppleOnboardAudio-247.2.2/AppleOnboardAudio/ AppleOnboardAudioUserClient.h 2005-03-12 15:50:43.000000000 -0800 @@ -22,7 +22,9 @@ kCodec_TAS3004, kCodec_CS8406, kCodec_CS8420, - kCodec_CS8416 + kCodec_CS8416, + kCodec_PCM3052, + kCodec_NumberOfTypes } ; // // HardwarePlugin State Just a note: AppleOnboardAudio-247.2.2 (darwin 7.8) doesn't build. Though Darwin 7.8 isn't referenced from the main publicsource page, so I suppose it might just be "unsupported" release :) Ben. This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Van Vechten