ASoC: cs53l30: Fix non static symbol warnings
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 17 Jun 2016 17:22:00 +0000 (17:22 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 18 Jun 2016 13:09:18 +0000 (14:09 +0100)
commitee85be8c9b5277a50bf6491c30b2736a5562331b
tree257e4550482fff27328bf5aa187537fdba14c71d
parent88b1c01fb42e3d637c7e7f36cd4a30ce39a2add4
ASoC: cs53l30: Fix non static symbol warnings

Fixes the following sparse warnings:

sound/soc/codecs/cs53l30.c:182:20: warning:
 symbol 'input1_sel_values' was not declared. Should it be static?
sound/soc/codecs/cs53l30.c:202:20: warning:
 symbol 'input2_sel_values' was not declared. Should it be static?
sound/soc/codecs/cs53l30.c:734:20: warning:
 symbol 'cs53l30_src_rates' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs53l30.c