Hi,
I'm not able to get the McASP.0 up and running on my BeagleBone. When I use 'arecord' then it says "no sound card found".
I want to use McASP.0 I have done pin-muxing correctly (no conflicts) and initialized the mcasp.0 peripheral.
In the davinci_evm.c I have added another
struct snd_soc_dai_link my_dai_link = {
.name = "McASP0",
.stream_name = NULL,
.cpu_dai_name = "davinci-mcasp.0",
.codec_dai_name = NULL,
.codec_name = NULL,
.platform_name = "davinci-pcm-audio",
.ops = &evm_ops,
};
In my setup I do not have a codec. I want to communicate to another processor over TDM.
Any suggestions what can be a issue?
-Prasant