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.

TDA2P-ACD: McASP - Linux Driver

Part Number: TDA2P-ACD

Hello,

We need to use McASP under the Linux on A15 core (TDA2p). Is this supported, is there driver for McASP under the Linux?

Best Regards,

Stefan.

  • Hi Stefan,

    Yes it is supported in linux. Please find the dts and the linux driver code for reference

    1. dts entries as a starting point can be found here : arch/arm/boot/dts/dra7-evm-common.dtsi. particularly sound0 and mcasp3 entries

    2. the linux driver code can be found here : sound/soc/ti/ folder, example files : sound/soc/ti/davinci-mcasp.c,