diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-09-17 06:30:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-19 11:04:31 -0400 |
commit | 7d25d64441a8ce9fb8c0e1c889badb14d8af9370 (patch) | |
tree | 22a59198693299d2672c8407812b8370a33e7acc /arch/sh/kernel | |
parent | c54291de432954b99348449723f2ce2bfe102753 (diff) |
sh: fix an SIU device name mismatch
Recent ASoC changes unified all PCM names, fix the platform code to match.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c index 156ccc960015..d551ed8dea95 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c | |||
@@ -551,7 +551,7 @@ static struct resource siu_resources[] = { | |||
551 | }; | 551 | }; |
552 | 552 | ||
553 | static struct platform_device siu_device = { | 553 | static struct platform_device siu_device = { |
554 | .name = "sh_siu", | 554 | .name = "siu-pcm-audio", |
555 | .id = -1, | 555 | .id = -1, |
556 | .dev = { | 556 | .dev = { |
557 | .platform_data = &siu_platform_data, | 557 | .platform_data = &siu_platform_data, |