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: Benjamin Herrenschmidt <email@hidden>
- Date: Tue, 29 Mar 2005 09:44:43 +1000
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden