On Nov 21, 2007 8:01 PM,  <[EMAIL PROTECTED]> wrote:
> + /*re-configure sport*/
> +#ifdef CONFIG_SND_BLACKFIN_AD1836_TDM
> + err = err || bf53x_sport_config_rx(ad1836->sport, RFSR, 0x1f, 0, 0);
> + err = err || bf53x_sport_config_tx(ad1836->sport, TFSR, 0x1f, 0, 0);
> + /*Set 8 channels and packed */
> + err = err || bf53x_sport_set_multichannel(ad1836->sport, 8, 1);

this is hardly common style ... it's so weird that it makes it hard to
digest at first glance as to what is actually going on

> +#ifdef LINPHONE_SETTING

what the crap ?
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to