[android-porting] Re: Android alsa problem

2009-07-25 Thread xujh
BTW:I ported android in iMX27 board. and i ran alsa_amixer -v # alsa_amixer -v amixer version 1.0.19 --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~--

[android-porting] Re: Android alsa problem

2009-07-26 Thread Yi Sun
You can take a look at the android-x86 source tree, it has sound works on almost all the EEEpc platforms and even virtual machines. Yi On Sat, Jul 25, 2009 at 11:17 PM, xujh wrote: > > > > BTW:I ported android in iMX27 board. > and i ran alsa_amixer -v > # alsa_amixer -v > amixer version 1.0.19

[android-porting] Re: Android alsa problem

2009-07-27 Thread xujh
I have seen the source tree about android-x86.I found that there is vendor/asus folder and my board is freescale MX27,and i don't have a vendor folder .Can i use the vendor/asus folder straightly ? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googl

[android-porting] Re: Android alsa problem

2009-07-27 Thread Yi Sun
No.. On Mon, Jul 27, 2009 at 8:07 PM, xujh wrote: > > I have seen the source tree about android-x86.I found that there is > vendor/asus folder and my board is freescale MX27,and i don't have a > vendor folder .Can i use the vendor/asus folder straightly ? > > > -- Android-x86 http://code.goo

[android-porting] Re: Android alsa problem

2009-07-28 Thread xujh
solved! Thank you,hiahia --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Android alsa problem

2009-07-28 Thread Neil Nguyen
Can you please post your solution? Thank you. --- On Tue, 7/28/09, xujh wrote: > From: xujh > Subject: [android-porting] Re: Android alsa problem > To: "android-porting" > Date: Tuesday, July 28, 2009, 10:53 PM > &

[android-porting] Re: Android alsa problem

2009-07-29 Thread xujh
I downloaded Alsa sounrce code: git clone git://android.git.kernel.org/platform/hardware/alsa_sound.git git clone git://android.git.kernel.org/platform/external/alsa-lib.git git clone git://android.git.kernel.org/platform/external/alsa-utils.git then modified /mydroid/build/target/board/generic/Bo

[android-porting] Re: Android alsa problem

2009-07-29 Thread Rama Meka
On Wed, Jul 29, 2009 at 11:53 AM, xujh wrote: > > solved! Thank you,hiahia > > > I have got the similar problem with ALSA lib (underrun). could you please post your solution? thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: Android alsa problem

2009-07-29 Thread Neil Nguyen
Thanks for the information my friend. It works now for me. One strange thing is that I have to do "make clean" and then "make" again. Anyhow, it is OK now for me. Thanks again. Cheers, Neil --- On Wed, 7/29/09, xujh wrote: > From: xujh > Subject: [android