Hi all,
I am using pxa 255 hardware with linux 2.4.18 kernel.I am unable to play .wav files, I tried to play using
1) play test.wav ---> plays noise
2) aplay test.wav --->
ALSA lib confmisc.c:550
snd_determine_driver) could not open control for card 0
ALSA lib conf.c:3463
_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:387
snd_func_concat) error evaluating strings
ALSA lib conf.c:3463
_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:945
snd_func_refer) error evaluating name
ALSA lib conf.c:3463
_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3932
snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2068
snd_pcm_open_noupdate) Unknown PCM default
aplay: main:545: audio open error: No such file or directory
3) cp test.wav /dev/dsp ---> plays noise.
But i am able to play .mp3 files without problem using.
1) splay test.mp3 ---> plays without any problem
Please guide me what is the mistake i am doing here, or do i need to use any different player
Thanks and Regards,
Naveen