mirror of https://gitee.com/openkylin/linux.git
ARM: S5PV310: Add missing virtual ASoC DMA device
Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
b9368f324a
commit
fbcb44dea8
|
@ -163,8 +163,9 @@ static struct platform_device *smdkc210_devices[] __initdata = {
|
|||
&s5pv310_device_pd[PD_CAM],
|
||||
&s5pv310_device_pd[PD_TV],
|
||||
&s5pv310_device_pd[PD_GPS],
|
||||
&smdkc210_smsc911x,
|
||||
&s5pv310_device_sysmmu,
|
||||
&samsung_asoc_dma,
|
||||
&smdkc210_smsc911x,
|
||||
};
|
||||
|
||||
static void __init smdkc210_smsc911x_init(void)
|
||||
|
|
|
@ -163,8 +163,9 @@ static struct platform_device *smdkv310_devices[] __initdata = {
|
|||
&s5pv310_device_pd[PD_CAM],
|
||||
&s5pv310_device_pd[PD_TV],
|
||||
&s5pv310_device_pd[PD_GPS],
|
||||
&smdkv310_smsc911x,
|
||||
&s5pv310_device_sysmmu,
|
||||
&samsung_asoc_dma,
|
||||
&smdkv310_smsc911x,
|
||||
};
|
||||
|
||||
static void __init smdkv310_smsc911x_init(void)
|
||||
|
|
Loading…
Reference in New Issue