This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

minimal_capture issue in DM814x EZSDK

Hi,

  It would be good if someone helps me on minimal_capture.

I am using DM814x EZSDK 5.05 board. 

When I try ./minimal_capture, I get this error

ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default

What could be the issue?

But in aplay -l, I get the list of devices.

I am able to perform record and playback

arecord -vv -fdat foo.wav
Recording WAVE 'foo.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo
Plug PCM: Hardware PCM card 0 'TI81XX EVM' device 0 subdevice 0

root@10:~# ls -l foo.wav
-rw-r--r-- 1 root root 23470124 Dec 9 18:28 foo.wav
root@10:~# aplay -vv foo.wav
Playing WAVE 'foo.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo
Plug PCM: Hardware PCM card 0 'TI81XX EVM' device 0 subdevice 0
Its setup is:
stream : PLAYBACK
access : RW_INTERLEAVED

Thanks and Regards,

Subha.V