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)
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

Simple merge