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

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Jul 12 10:54:19 CEST 2010


On Mon, Jul 12, 2010 at 02:55:53PM +0900, Kuninori Morimoto wrote:
> +#define SH_FSI_FMT_MONO_DELAY	(2 << 0)
> +#define SH_FSI_FMT_PCM		(3 << 0)
> +#define SH_FSI_FMT_I2S		(4 << 0)
> +#define SH_FSI_FMT_TDM		(5 << 0)
> +#define SH_FSI_FMT_TDM_DELAY	(6 << 0)

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


More information about the Alsa-devel mailing list