Commit 7d25d644 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Mark Brown

sh: fix an SIU device name mismatch

Recent ASoC changes unified all PCM names, fix the platform code to match.
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent c54291de
...@@ -551,7 +551,7 @@ static struct resource siu_resources[] = { ...@@ -551,7 +551,7 @@ static struct resource siu_resources[] = {
}; };
static struct platform_device siu_device = { static struct platform_device siu_device = {
.name = "sh_siu", .name = "siu-pcm-audio",
.id = -1, .id = -1,
.dev = { .dev = {
.platform_data = &siu_platform_data, .platform_data = &siu_platform_data,
......
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