[android-porting] Re: ALSA with TWL4030 on OMAP

2009-02-25 Thread Sean McNeil
Yes, I've just managed to submit the changes. They are in: https://review.source.android.com/Gerrit#change,9005 https://review.source.android.com/Gerrit#change,9008 Sean malkin.pe...@gmail.com wrote: > Have you succeeded in committing the fix to repository? Or could you > please tell me what is

[android-porting] Re: ALSA with TWL4030 on OMAP

2009-02-25 Thread malkin.pe...@gmail.com
Have you succeeded in committing the fix to repository? Or could you please tell me what is the workaround? I have tried the TI code with no luck. I get E/AudioHardwareOmap( 581): Mixer attach error: No such device I believe that happenes in /hardware/libaudio/AudioHardwareOmap.cpp when trying

[android-porting] Re: ALSA with TWL4030 on OMAP

2009-02-23 Thread Sean McNeil
If you have an asound.conf, then you are using the Wind River ALSA library. This one uses some routines to set the buffer size according to an amount of time you wish to play. Those calls are broken in the new TI OMAP kernel. There is a work-around and I'm trying to get it committed to the rep