geolite.maxmind.com cryptoism.org ontent='noindex, nofollow'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2016-06-17 17:22:00 +0000
committerMark Brown <broonie@kernel.org>2016-06-18 14:09:18 +0100
commitee85be8c9b5277a50bf6491c30b2736a5562331b (patch)
tree257e4550482fff27328bf5aa187537fdba14c71d
parent88b1c01fb42e3d637c7e7f36cd4a30ce39a2add4 (diff)
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>