[alsa-devel] [PATCH 1/8] ASoC: fsi: modify format area definition on flags

Mark Brown broonie at opensource.wolfsonmicro.com
Tue Jul 13 10:55:57 CEST 2010


On Tue, Jul 13, 2010 at 10:22:35AM +0900, Kuninori Morimoto wrote:

> > > +#define SH_FSI_FMT_TDM_DELAY	(6 << 0)

> > Wouldn't it be clearer to just define these as straight numbers?

> Sorry. Do you mean (1 << 0) is needed ?
> (1 << 0) is not changed from old one

I mean the << 0 is not needed - a shift by zero bits is just the
original number.


More information about the Alsa-devel mailing list