Re: [PATCH V2 1/4] ASoC: SAMSUNG: Modify I2S driver to support idma

2011-06-18 Thread Jassi Brar
On Wed, Jun 15, 2011 at 2:13 PM, Sangbeom Kim sbki...@samsung.com wrote: +#define AHB_INTENLVL0          (1 24) +#define AHB_LVL0INT            (1 20) +#define AHB_CLRLVL0INT         (1 16) +#define AHB_DMARLD             (1 5) +#define AHB_INTMASK            (1 3) +#define AHB_DMAEN  

[PATCH V2 1/4] ASoC: SAMSUNG: Modify I2S driver to support idma

2011-06-15 Thread Sangbeom Kim
Previously, I2S driver only can support system dma. In this patch, i2s driver can support internal dma too. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- sound/soc/samsung/i2s-regs.h | 141 ++ sound/soc/samsung/i2s.c | 124