From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [RFC 3/4] ASoC: Intel: add the low level dsp driver for mrfld Date: Wed, 07 May 2014 09:09:44 +0300 Message-ID: <5369CE28.5010904@linux.intel.com> References: <1399312908-20744-1-git-send-email-vinod.koul@intel.com> <1399312908-20744-4-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by alsa0.perex.cz (Postfix) with ESMTP id 69EA52652B7 for ; Wed, 7 May 2014 08:10:05 +0200 (CEST) In-Reply-To: <1399312908-20744-4-git-send-email-vinod.koul@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Vinod Koul , alsa-devel@alsa-project.org Cc: jeeja.kp@intel.com, broonie@kernel.org, subhransu.s.prusty@intel.com, lgirdwood@gmail.com List-Id: alsa-devel@alsa-project.org On 05/05/2014 09:01 PM, Vinod Koul wrote: > +++ b/sound/soc/intel/sst/sst.h ... > + > +/* SST register map */ > +#define SST_CSR 0x00 > +#define SST_PISR 0x08 > +#define SST_PIMR 0x10 > +#define SST_ISRX 0x18 > +#define SST_ISRD 0x20 > +#define SST_IMRX 0x28 > +#define SST_IMRD 0x30 > +#define SST_IPCX 0x38 /* IPC IA-SST */ > +#define SST_IPCD 0x40 /* IPC SST-IA */ > +#define SST_ISRSC 0x48 > +#define SST_ISRLPESC 0x50 > +#define SST_IMRSC 0x58 > +#define SST_IMRLPESC 0x60 > +#define SST_IPCSC 0x68 > +#define SST_IPCLPESC 0x70 > +#define SST_CLKCTL 0x78 > +#define SST_CSR2 0x80 Please re-use register definitions in sound/soc/intel/sst-dsp.h since they are the same. -- Jarkko