ASoC: rsnd: Fix duplicate const for DVC ramp rates

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>
This commit is contained in:
Krzysztof Kozlowski 2015-03-24 11:47:43 +01:00 committed by Mark Brown
parent f8c3c30943
commit 2f4b1e6bb2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ struct rsnd_dvc {
((pos) = (struct rsnd_dvc *)(priv)->dvc + i); \ ((pos) = (struct rsnd_dvc *)(priv)->dvc + i); \
i++) i++)
static const char const *dvc_ramp_rate[] = { static const char * const dvc_ramp_rate[] = {
"128 dB/1 step", /* 00000 */ "128 dB/1 step", /* 00000 */
"64 dB/1 step", /* 00001 */ "64 dB/1 step", /* 00001 */
"32 dB/1 step", /* 00010 */ "32 dB/1 step", /* 00010 */