projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c3c30
)
ASoC: rsnd: Fix duplicate const for DVC ramp rates
author
Krzysztof Kozlowski
<k.kozlowski@samsung.com>
Tue, 24 Mar 2015 10:47:43 +0000
(11:47 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 24 Mar 2015 17:08:58 +0000
(10:08 -0700)
Replace duplicated const keyword for 'dvc_ramp_rate' with proper
array of const pointers to const strings.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/dvc.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sh/rcar/dvc.c
b/sound/soc/sh/rcar/dvc.c
index aeeef1352eeee89280d5134954dfa2fb7fef0bb7..6d85e36c6c2bc23a95f52b2d77f69386b8aea932 100644
(file)
--- a/
sound/soc/sh/rcar/dvc.c
+++ b/
sound/soc/sh/rcar/dvc.c
@@
-36,7
+36,7
@@
struct rsnd_dvc {
((pos) = (struct rsnd_dvc *)(priv)->dvc + i); \
i++)
-static const char
const *
dvc_ramp_rate[] = {
+static const char
* const
dvc_ramp_rate[] = {
"128 dB/1 step", /* 00000 */
"64 dB/1 step", /* 00001 */
"32 dB/1 step", /* 00010 */