Re: AppleOnboardAudio-247.2.2 (darwin 7.8)
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Mon, 2005-03-28 at 15:28 -0800, Kevin Van Vechten wrote:
Hi Ben,
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 } ;
Yah, I got it to build with the same trick, however, there are obviously entire parts of the driver that have been "stripped", like the Toonie driver (which is funny, as is basically does nothing but toggle a couple of GPIOs, no rocket science or critical IP in there :) Oh well, I'll wait for the next official release and see what it looks like. Ben. _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Benjamin Herrenschmidt