[alsa-devel] [PATCH V3 1/4] ASoC: SAMSUNG: Move I2S common	register definition
    Mark Brown 
    broonie at opensource.wolfsonmicro.com
       
    Mon Jun 20 12:32:32 CEST 2011
    
    
  
On Mon, Jun 20, 2011 at 04:36:18PM +0900, Sangbeom Kim wrote:
> +#define I2SCON		0x0
> +#define I2SMOD		0x4
> +#define I2SFIC		0x8
> +#define I2SPSR		0xc
> +#define I2STXD		0x10
> +#define I2SRXD		0x14
> +#define I2SFICS		0x18
> +#define I2STXDS		0x1c
It'd be better to namespace things in header files, though if the header
is only included in a single driver it doesn't really matter so much.
    
    
More information about the Alsa-devel
mailing list