ASoC: omap: rx51: Use static const char * const arrays
authorSebastian Reichel <sre@kernel.org>
Mon, 28 Apr 2014 14:07:19 +0000 (16:07 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 29 Apr 2014 22:22:14 +0000 (15:22 -0700)
commit441dc45aa21ea7e1a6283e62489b940fdb3969d8
treea79d442810036b9c2b867a1a34f352645d06979b
parenta09f06401239ae4d52c4726f8469e7cd2eb2dae8
ASoC: omap: rx51: Use static const char * const arrays

Mark the array and the string const by using "static const char * const
foo[]" instead of "static const char* foo[]".

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/omap/rx51.c