| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: JZ4740: Fix pcm device name |
| From: | Lars-Peter Clausen <lars@metafoo.de> |
| Date: | Thu, 11 Nov 2010 19:08:52 +0100 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen <lars@metafoo.de> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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>
---
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 c860b01..a17a17b 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,
};
--
1.5.6.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Kernel is stuck in Calibrating delay loop, Ardelean, Andrei |
|---|---|
| Next by Date: | [PATCH] MIPS: JZ4740: Set nand ecc offsets for the qi_lb60 board, Lars-Peter Clausen |
| Previous by Thread: | I am Dr. Paul Wizman, reply to (dr.paul.wizman@9.cn), Owens-Malett, Shannon |
| Next by Thread: | [PATCH] MIPS: JZ4740: Set nand ecc offsets for the qi_lb60 board, Lars-Peter Clausen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |