From: Jassi Brar Date: Tue, 21 Dec 2010 00:44:33 +0000 (+0900) Subject: ARM: S5P6442: Enable I2S device to work on SMDK6442 X-Git-Tag: accepted/tizen/common/20141203.182822~8822^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fe4f0cb4b6b7f4c1e439ff32637950e3b38601b;p=platform%2Fkernel%2Flinux-arm64.git ARM: S5P6442: Enable I2S device to work on SMDK6442 Add missing virtual ASoC DMA device. Signed-off-by: Jassi Brar Acked-by: Mark Brown [kgene.kim@samsung.com: minor changed title] Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s5p6442/mach-smdk6442.c b/arch/arm/mach-s5p6442/mach-smdk6442.c index e69f137..eaf6b9c 100644 --- a/arch/arm/mach-s5p6442/mach-smdk6442.c +++ b/arch/arm/mach-s5p6442/mach-smdk6442.c @@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdk6442_uartcfgs[] __initdata = { static struct platform_device *smdk6442_devices[] __initdata = { &s3c_device_i2c0, + &samsung_asoc_dma, &s5p6442_device_iis0, &s3c_device_wdt, };