Commit afbb1edc authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Kukjin Kim

ARM: S3C2440: Register PCM device on GTA02

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: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent f5412be5
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment