[alsa-devel] [PATCH v2 08/13] OMAP2+: McBSP: hwmod adaptation for McBSP
Peter Ujfalusi
peter.ujfalusi at nokia.com
Tue Feb 1 13:22:49 CET 2011
Looks good, but...
On 01/31/2011 04:50 PM, ext Kishon Vijay Abraham I wrote:
> Modify OMAP2+ McBSP to use omap hwmod framework APIs
>
> Signed-off-by: Kishon Vijay Abraham I <kishon at ti.com>
> Signed-off-by: Charulatha V <charu at ti.com>
> Signed-off-by: Shubhrajyoti D <shubhrajyoti at ti.com>
> ---
> arch/arm/mach-omap2/mcbsp.c | 685 +++----------------------------------------
> 1 files changed, 43 insertions(+), 642 deletions(-)
...
> + if (oh->class->rev == MCBSP_CONFIG_TYPE3) {
> + if (id == 2)
> + pdata->buffer_size = 0x500; /*FIFO size is 1024 + 256*/
> + else
> + pdata->buffer_size = 0x80; /*FIFO size is 128*/
> + }
I would add spaces around these comments (after /* and before */).
--
Péter
More information about the Alsa-devel
mailing list