Hi All,
In our product we are using AIC34 which supports two stereo channels. We should be able to play two audio at the same time.
We have TI AM335X EVM where AIC3106 is used, in this case I see nodes like /dev/sndPCMC0D0p and /dev/snd/PCMC0D0c for playback and capture respectively.
To meet our end product requirement, we have AIC34 evaluation board interfaced with the beagle bone McASP0. In this case I should be able to create and open two nodes like /dev/snd/PCMC0D0p and /dev/sndPCMC0D1p in order to play two song simultaneously.
Is creation of two nodes and playing two audio at the same time is possible using ASoC framework?
I read in some books saying that creation of multiple nodes sndPCMC0D0p,sndPCMC0D1p,sndPCMC0D2p etc is possible. How to achieve this?
My end requirement would be create and open sndPCMC0D0p and sndPCMC0D1p nodes and play two independent song.
Please suggest. I appreciate your help regarding this as I am new to ASoC framework.
Regards,
Vishwas HC