Skip to content

Commit

Permalink
MIPS: JZ4740: Fix pcm device name
Browse files Browse the repository at this point in the history
As part the ASoC multi-component patch (commit f0fba2a) the jz4740 pcm
driver was renamed to 'jz4740-pcm-audio'. Adjust the device name
accordingly.

Signed-off-by: Lars-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: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Lars-Peter Clausen authored and Ralf Baechle committed Dec 16, 2010
1 parent e5674ad commit 4afdea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/jz4740/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 4afdea8

Please sign in to comment.