[android-porting] Re: FroYo Alsa issues

2010-06-24 Thread Jim Ancona
Yes, I got the same error when merging the Froyo changes to android-on- freerunner. It appears that hardware/alsa-sound depends on the Eclair version of lihardware_legacy. But the rest of the Froyo tree needs the Froyo version. I may try to stub out the missing methods. If I come up with something

[android-porting] Re: FroYo Alsa issues

2010-06-24 Thread Paul Burton
Whether this works or not I can't yet say, but it does compile: http://pastebin.com/R43SrZKk >From a2619fa7ea10a7ff61d2a559fdfe5c2ce5693f8f Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Thu, 24 Jun 2010 15:54:37 +0100 Subject: [PATCH] Stub out methods required for froyo --- AudioHardwareALSA

[android-porting] Re: FroYo Alsa issues

2010-06-24 Thread chrisk
Using stubs like this should get you going for now. I am working on the implementation for both new APIs as we speak... On Jun 24, 9:01 am, Paul Burton wrote: > Whether this works or not I can't yet say, but it does > compile:http://pastebin.com/R43SrZKk > > From a2619fa7ea10a7ff61d2a559fdfe5c2c

[android-porting] Re: FroYo Alsa issues

2010-06-24 Thread Alexey Roslyakov
Hello, Paul, thank you for patch, but seems it's not complete. ALSA is compiled, but linkage fails (AudioPolicyManagerALSA need to be updated for new iface too). Modified patch -- http://newsycat.com/android/n900/alsa_froyo_fixes.diff (hope it'll help somebody) DJ_Steve, special for you -- see

Re: [android-porting] Re: FroYo Alsa issues

2010-06-24 Thread Akash Choudhari
I am facing the same issue ... I will post here, if I fix it - Akash On Thu, Jun 24, 2010 at 7:53 AM, Jim Ancona wrote: > Yes, I got the same error when merging the Froyo changes to android-on- > freerunner. It appears that hardware/alsa-sound depends on the Eclair > version of lihardware_legacy