Hi dingram,
Thanks a lot for the reply. I've managed to build alsa-utils after I've checked the prerequirements packs.
But now I have another problem with arecord.
I'm trying to test the board mic and speakers with arecord and apaly.
this are my board sound devices:
**** List of CAPTURE Hardware Devices ****
card 0: mxsevk [mxs-evk], device 0: SGTL5000 SGTL5000-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
**** List of PLAYBACK Hardware Devices ****
card 0: mxsevk [mxs-evk], device 0: SGTL5000 SGTL5000-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: mxsevk_1 [mxs-evk], device 0: MXS SPDIF mxs spdif-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
Now when I try to record a file with:
arecord -d 5 -c 2 -f S16_LE -N -M -r 8000 -D hw:0,0 file.wav
the file is created but when i play it :
aplay file.wav
no sound is heard.
I've tested aplay with an downloaded .wav file and it work OK.
But the file created by arecord has no sound or I'm not setting the params correctly.
If some one could help me with this I will highly appreciate it.
Thanks,
Gabriel