On Thu, 18 Dec 2008 04:15:09 -0600
"ext Lopez Cruz, Misael" <x0052...@ti.com> wrote:

> diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c
> index 8485a8a..2e7000d 100644
> --- a/sound/soc/omap/omap-mcbsp.c
> +++ b/sound/soc/omap/omap-mcbsp.c
> @@ -295,6 +295,10 @@ static int omap_mcbsp_dai_set_dai_fmt(struct snd_soc_dai 
> *cpu_dai,
>       regs->spcr1     |= RINTM(3);
>       regs->rcr2      |= RFIG;
>       regs->xcr2      |= XFIG;
> +     if (cpu_is_omap24xx() || cpu_is_omap34xx()) {
> +             regs->xccr = DXENDLY(1) | XDMAEN;
> +             regs->rccr = RFULL_CYCLE | RDMAEN;
> +     }
>  
This part should go as a separate patch and via alsa-devel when omap
part is in upstream. Probably easier to handle via LKML? So two
patches: plat-omap and sound part.


Jarkko
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to