diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 01:35:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 09:04:44 -0500 |
commit | 83e37b8e400ca51cc97946815b3055daacd92fa8 (patch) | |
tree | 5c8fac6e05dc7e5f5a7ff420bf5a0a9e42f613d7 /arch/arm/mach-s3c2440 | |
parent | 58bb4072132c54d832082cc6eac396a6db009cbd (diff) |
ARM: Samsung: Define common audio-dma device
The ASoC uses common DMA driver for Audio devices. So it makes
sense to a common audio-dma device shared across all platforms.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-rx1950.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-rx1950.c b/arch/arm/mach-s3c2440/mach-rx1950.c index e0622bbb6dfa..eab6ae50683c 100644 --- a/arch/arm/mach-s3c2440/mach-rx1950.c +++ b/arch/arm/mach-s3c2440/mach-rx1950.c | |||
@@ -692,7 +692,7 @@ static struct platform_device *rx1950_devices[] __initdata = { | |||
692 | &s3c_device_wdt, | 692 | &s3c_device_wdt, |
693 | &s3c_device_i2c0, | 693 | &s3c_device_i2c0, |
694 | &s3c_device_iis, | 694 | &s3c_device_iis, |
695 | &s3c_device_pcm, | 695 | &samsung_asoc_dma, |
696 | &s3c_device_usbgadget, | 696 | &s3c_device_usbgadget, |
697 | &s3c_device_rtc, | 697 | &s3c_device_rtc, |
698 | &s3c_device_nand, | 698 | &s3c_device_nand, |