[android-porting] Re: Android Audio support

2008-12-04 Thread Mohan Parthasarathy
Look at the omap-zoom project. They are using ALSA. They are making calls to ALSA from the userspace HAL driver - modified version of the driver included in Android source. Based on my quick parsing, mohan On 12/4/08, Pivotian <[EMAIL PROTECTED]> wrote: > > > I am porting Android on S3c6410 and

[android-porting] Re: Android Audio support

2008-12-04 Thread Dave Sparks
The AudioHardwareInterface abstraction layer allows for user space drivers. You need an implementation that matches your driver. Some want ALSA, some want OSS, still others want some proprietary interface with user space code that isn't required to be open sourced under GPL. By abstracting the aud