diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-11-11 19:08:52 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-12-16 18:10:57 +0000 |
commit | 4afdea81821880d0fc35e6c7ff54eeed9ec0614d (patch) | |
tree | 3cdb1cae26a1f42ad7bb0c53d6589c5214f79772 /arch/mips/jz4740/platform.c | |
parent | e5674ad6ca9f1020c2bcc009a55becba3c30d8a3 (diff) | |
download | blackbird-obmc-linux-4afdea81821880d0fc35e6c7ff54eeed9ec0614d.tar.gz blackbird-obmc-linux-4afdea81821880d0fc35e6c7ff54eeed9ec0614d.zip |
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: 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>
Diffstat (limited to 'arch/mips/jz4740/platform.c')
-rw-r--r-- | arch/mips/jz4740/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/jz4740/platform.c b/arch/mips/jz4740/platform.c index 95bc2b5b14f1..1cc9e544d16b 100644 --- a/arch/mips/jz4740/platform.c +++ b/arch/mips/jz4740/platform.c @@ -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, }; |