projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5674ad
)
MIPS: JZ4740: Fix pcm device name
author
Lars-Peter Clausen
<
[email protected]
>
Thu, 11 Nov 2010 18:08:52 +0000
(19:08 +0100)
committer
Ralf Baechle
<
[email protected]
>
Thu, 16 Dec 2010 18:10:57 +0000
(18:10 +0000)
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 <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1770/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/jz4740/platform.c
patch
|
blob
|
history
diff --git
a/arch/mips/jz4740/platform.c
b/arch/mips/jz4740/platform.c
index 95bc2b5b14f1b2c56cd141f2c8a2b8ea6370dcde..1cc9e544d16bd16609aaef30bd5779ad26f5dc14 100644
(file)
--- 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,
};