Re: AppleOnboardAudio-247.2.2 (darwin 7.8)
Re: AppleOnboardAudio-247.2.2 (darwin 7.8)
- Subject: Re: AppleOnboardAudio-247.2.2 (darwin 7.8)
- From: Kevin Van Vechten <email@hidden>
- Date: Mon, 28 Mar 2005 15:28:10 -0800
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
} ;
//
// HardwarePlugin State
On Mar 27, 2005, at 3:10 PM, Benjamin Herrenschmidt wrote:
Hi !
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 :)
It seems like various codec type definitions are missing.
Ben.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden