答复: [android-porting] Re: ALSA proble

2009-05-17 Thread travis
rting] Re: ALSA proble Same situation with me too :( when I run alsa_aplay I'm getting the message/error as; ALSA lib external/alsa-lib/src/dlmisc.c:126:(snd_dlsym_verify) unable to verify version for symbol _snd_pcm_dmix_open ALSA lib external/alsa-lib/src/pcm/pcm.c:2165:(snd_pcm_open_co

[android-porting] Re: ALSA proble

2009-05-15 Thread Ravishankar Haranath
/proc/asound/cards gives the HDA-Intel card entries as expected so are the entries in /dev/snd. The /dev/snd entries also have 664 permission set. The issue seems to be opening the default device which is the "Master". If I use -D option with alsa_aplay and use other devices like "front" it seems t

[android-porting] Re: ALSA proble

2009-05-15 Thread Androidphan
Do you have entries in /dev/snd ? And what's in /proc/asound/cards ? On May 15, 10:27 am, "xhor...@gmail.com" wrote: > Hi, >     Excuse me, what portion do need to post? I caught the log and > couldn't find any key about "alsa, media etc". > BR, > > On May 15, 2:54 pm, Androidphan wrote: > > >

[android-porting] Re: ALSA proble

2009-05-15 Thread xhor...@gmail.com
Hi, Excuse me, what portion do need to post? I caught the log and couldn't find any key about "alsa, media etc". BR, On May 15, 2:54 pm, Androidphan wrote: > What are your errors on logcat? > > On May 15, 4:03 am, "xhor...@gmail.com" wrote: > > > > > Hi All, > >     I had tried the ALSA so

[android-porting] Re: ALSA proble

2009-05-15 Thread xhor...@gmail.com
Hi, I had the same situation, you can try to use "alsa_aplay -D device -f formate music_file". If you don't know which device can use, please use "alsa_aplay -L", you will see ... example for: front:CARD=Intel,DEV=0 HDA Intel, ALC888 Analog Front speakers

[android-porting] Re: ALSA proble

2009-05-14 Thread Androidphan
What are your errors on logcat? On May 15, 4:03 am, "xhor...@gmail.com" wrote: > Hi All, >     I had tried the ALSA so long on Andriod, but it still can't work > as well, please give me a great favor, thanks! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsu

[android-porting] Re: ALSA proble

2009-05-14 Thread crazygenie
Same situation with me too :( when I run alsa_aplay I'm getting the message/error as; ALSA lib external/alsa-lib/src/dlmisc.c:126:(snd_dlsym_verify) unable to verify version for symbol _snd_pcm_dmix_open ALSA lib external/alsa-lib/src/pcm/pcm.c:2165:(snd_pcm_open_conf) symbol _snd_pcm_dmix_open i

[android-porting] Re: ALSA proble

2009-05-14 Thread xhor...@gmail.com
Sorry! I clicked too fast! I got a error message on alsa-amixer. Below is message -- Simple mixer control 'Master', 0 Capabilities: pvolume pvolume-joined pswitch pswitch-joined Playback Channel: Mono Limits: Playback 0 - 64 Segmentation fault But