[alsa-devel] [PATCH 2/3] ASoC: multi-comp: OMAP McBSP: Enable audio on OMAP1 platform

Jarkko Nikula jhnikula at gmail.com
Fri Aug 6 10:13:30 CEST 2010


On Fri,  6 Aug 2010 10:39:14 +0300
Peter Ujfalusi <peter.ujfalusi at 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


More information about the Alsa-devel mailing list