I am using arecord -D hw:0,10 on omap4 blaze installed 2.6.35-180 Linux Ubuntu kernel. I get set_param error. Does anybody make dmic work on omap4 blaze or panda?
Sally
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.
I am using arecord -D hw:0,10 on omap4 blaze installed 2.6.35-180 Linux Ubuntu kernel. I get set_param error. Does anybody make dmic work on omap4 blaze or panda?
Sally
Sally,
The arecord application is falling because you are trying to open an audio Back End, and that is not correct.
The way how alsa works in OMAP4 using ABE is to open a Front End connected to an audio Back End, you can look at the OMAP4 Audio Driver here: http://www.omappedia.org/wiki/Audio_Drive_Arch
ie you could record from MM_UL2 Front End if you set the path from dmic to there, and then run arecord -D hw:0,1 file.wav
Regards!
ICE
On the panda - in the record path there is one thing you should keep in mind that is documented here: