My question is:
How to feed external clock to McASP for an audio codec connected to it?
In following wiki Link from TI site, http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Audio , comments for setting DAI clock (ret = snd_soc_dai_set_sysclk(cpu_dai, 0, sysclk, SND_SOC_CLOCK_OUT);) states:
" ALSA knows that we will be using the internal 24 MHz clock as sysclk for the McASP rather than using an external oscillator as is the case with many Sitara EVMs."
Is anyone can point me to a Sitara EVM that uses external oscillator to feed McASP and ALSA and the corresponding audio driver? I am looking for a reference to do the same with my Sitara-based target HW.
My external clock is actually coming from the Codec (Codec Bit and Frame Clock Master).
I am using Linux based TI-SDK version 7.0 for am335x.