I’am trying to write an alsa plugin on colibri imx6 so I edited /etc/asound.conf and here is my code:
pcm.card10 {
type plug
slave.pcm "hw:0,0"
}
Now I should see my virtual hardware with aplay -L as I can see it with same procedure in ubuntu X86 but nothing appears there; This is the output of aplay -L on imx6:
Also I can play a wav file in terminal with this command on imx6 card10:
aplay -vvv sample.wav -D card10
My final purpose is to find my plugin id in pjsua and play some voice with it but I cant find card10 as a device with the code and respective output in this file:
I found the solution and you are right the problem was Alsa it self; As I mentioned above when I ran the command below on terminal I couldn’t see the plugs and other devices.