Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ struct platform_device jz4740_i2s_device = {

/* PCM */
struct platform_device jz4740_pcm_device = {
	.name		= "jz4740-pcm",
	.name		= "jz4740-pcm-audio",
	.id		= -1,
};