Commit 4afdea81 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Ralf Baechle

MIPS: JZ4740: Fix pcm device name

As part the ASoC multi-component patch (commit f0fba2ad) the jz4740 pcm
driver was renamed to 'jz4740-pcm-audio'. Adjust the device name
accordingly.
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1770/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e5674ad6
...@@ -208,7 +208,7 @@ struct platform_device jz4740_i2s_device = { ...@@ -208,7 +208,7 @@ struct platform_device jz4740_i2s_device = {
/* PCM */ /* PCM */
struct platform_device jz4740_pcm_device = { struct platform_device jz4740_pcm_device = {
.name = "jz4740-pcm", .name = "jz4740-pcm-audio",
.id = -1, .id = -1,
}; };
......
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