On Wed,  5 May 2010 20:15:46 -0500
Jorge Eduardo Candelaria <[email protected]> wrote:

> McBSP module in OMAP4 needs to be able to set its tx/rx threshold
> and enable the transmitter/receiver when starting an audio stream.
> 
> Signed-off-by: Jorge Eduardo Candelaria <[email protected]>
> Signed-off-by: Margarita Olaya Cabrera <[email protected]>
> ---
...
> @@ -899,7 +899,7 @@ void omap_mcbsp_stop(unsigned int id, int tx, int rx)
>  
>       /* Reset receiver */
>       rx &= 1;
> -     if (cpu_is_omap2430() || cpu_is_omap34xx()) {
> +     if (cpu_is_omap2430() || cpu_is_omap34xx() || cpu_is_omap44xx) {

Parentheses missing here from cpu_is_omap44xx. Otherwise looks good.


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

Reply via email to