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:
e1bb31b
)
ASoC: Fix CODEC device name for Corgi
author
Mark Brown
<
[email protected]
>
Sun, 27 Mar 2011 13:40:01 +0000
(14:40 +0100)
committer
Mark Brown
<
[email protected]
>
Tue, 29 Mar 2011 22:12:46 +0000
(07:12 +0900)
Got typoed in the multi-component changes.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Cc:
[email protected]
sound/soc/pxa/corgi.c
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/corgi.c
b/sound/soc/pxa/corgi.c
index 784cff5f67e81a2c53a32ea5c69279619f716359..9027da466caeac67a4093d6d371e263553d228ae 100644
(file)
--- a/
sound/soc/pxa/corgi.c
+++ b/
sound/soc/pxa/corgi.c
@@
-310,7
+310,7
@@
static struct snd_soc_dai_link corgi_dai = {
.cpu_dai_name = "pxa2xx-i2s",
.codec_dai_name = "wm8731-hifi",
.platform_name = "pxa-pcm-audio",
- .codec_name = "wm8731-codec
-0.
001b",
+ .codec_name = "wm8731-codec
.0-
001b",
.init = corgi_wm8731_init,
.ops = &corgi_ops,
};