12 Jul
2010
12 Jul
'10
10:54 a.m.
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?