I am wondering if anyone successfully used C6747EVM audio drivers with NDK. I created a project that uses NDK to change parameters of an audio algorithm through TCP/IP. The first thing I discovered was that the audio driver has incorrect programming of PINMUX settings (audio driver actually disables MDIO). I fixed the PINMUX issue but I still have a problem in that I hear nothing from the LINEOUT port. When I disable the TCP/IP stack everything works fine. Does anybody has experience using audio drivers with NDK?