[PATCH 07/10] S3C64XX I2S: Added third I2S Controller.
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue Sep 15 06:59:33 EDT 2009
On Tue, Sep 15, 2009 at 07:02:39PM +0900, Jassi wrote:
> + [2] = {
> + .channel = DMACH_HSI_I2SV40_TX,
> + .client = &s3c64xx_dma_client_out,
> + .dma_addr = S3C64XX_PA_IISV4 + S3C2412_IISTXD,
> + .dma_size = 4,
> + },
With your previous patch to define S3C64XX_PA_IISV4 conditionally based
on S3C6410 this also needs to be conditionally built otherwise it'll
error out on S3C6400.
More information about the linux-arm-kernel
mailing list