projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2206622
)
ASoC: pcm512x: Fix duplicate const warning
author
Mark Brown
<broonie@linaro.org>
Fri, 7 Mar 2014 03:43:04 +0000
(11:43 +0800)
committer
Mark Brown
<broonie@linaro.org>
Sun, 9 Mar 2014 07:38:23 +0000
(07:38 +0000)
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/pcm512x.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/pcm512x.c
b/sound/soc/codecs/pcm512x.c
index
0c90705
..
4b4c0c7
100644
(file)
--- a/
sound/soc/codecs/pcm512x.c
+++ b/
sound/soc/codecs/pcm512x.c
@@
-201,10
+201,10
@@
static const unsigned int pcm512x_dsp_program_values[] = {
7,
};
-static
const
SOC_VALUE_ENUM_SINGLE_DECL(pcm512x_dsp_program,
-
PCM512x_DSP_PROGRAM, 0, 0x1f,
-
pcm512x_dsp_program_texts,
-
pcm512x_dsp_program_values);
+static SOC_VALUE_ENUM_SINGLE_DECL(pcm512x_dsp_program,
+ PCM512x_DSP_PROGRAM, 0, 0x1f,
+ pcm512x_dsp_program_texts,
+ pcm512x_dsp_program_values);
static const char * const pcm512x_clk_missing_text[] = {
"1s", "2s", "3s", "4s", "5s", "6s", "7s", "8s"