ARM: S3C2440: Register PCM device on GTA02
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 28 Feb 2011 06:24:07 +0000 (15:24 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 28 Feb 2011 06:24:07 +0000 (15:24 +0900)
The ASoC multi-component patch introduced a new pcm platform device,
which needs to be registered by board files in order for sound to work.
This patch does this for the gta02 board.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2440/mach-gta02.c

index 9f2c14ec71819f89b7f327f5c97bf70370211b92..e83062bde416e29901141934fd3ccab979eeecb5 100644 (file)
@@ -509,6 +509,7 @@ static struct platform_device *gta02_devices[] __initdata = {
        &gta02_nor_flash,
        &s3c24xx_pwm_device,
        &s3c_device_iis,
+       &samsung_asoc_dma,
        &s3c_device_i2c0,
 };