mv5 kernel: mcbsp for davinci?

kelvin - September 10, 2010

Is McBSP supported for Davinci in MV5? I am porting my device from MV4 to MV5 and used mcbsp in MV4. I don't even see the mcbsp.h file in the include/arch/asm-arm/arch-davinci folder for MV5.

Share this

Comments

McBSP is supported in

McBSP is supported in MVL(Pro) 5.  The biggest difference is that Pro4 uses OSS and Pro5 uses ALSA, so make sure you enable ALSA OSS emulation and your audio applications should just work.

Steve