6 Aug
2010
6 Aug
'10
10:13 a.m.
On Fri, 6 Aug 2010 10:39:14 +0300 Peter Ujfalusi peter.ujfalusi@nokia.com wrote:
OMAP1 class has 3 McBSP ports, if I'm not mistaken. Enable the audio with multi-comp on OMAP1 class.
...
+static void omap_init_audio(void) +{
- platform_device_register(&omap_mcbsp1);
- platform_device_register(&omap_mcbsp2);
- platform_device_register(&omap_mcbsp3);
- platform_device_register(&omap_pcm);
+}
Not for sure but according to code only omap15xx and 16xx have three ports, 7xx two and I'm unsure about 8xx. At least cpu_is_omap7xx seems to be valid for both 730 and 850.
--
Jarkko