OSDN Git Service

ASoC: atmel: tse850: Make some functions static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 16 Apr 2019 14:47:18 +0000 (22:47 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 01:46:05 +0000 (10:46 +0900)
commit6f547c96b45de0d42de91ef56c7d291aa6d3c88f
tree1bc32a1aedb9438bed0d6bd7cd449aeaa1eb55cd
parentea751227c813ab833609afecfeedaf0aa26f327e
ASoC: atmel: tse850: Make some functions static

Fix sparse warnings:

sound/soc/atmel/tse850-pcm5142.c:120:5: warning: symbol 'tse850_get_mix' was not declared. Should it be static?
sound/soc/atmel/tse850-pcm5142.c:132:5: warning: symbol 'tse850_put_mix' was not declared. Should it be static?
sound/soc/atmel/tse850-pcm5142.c:154:5: warning: symbol 'tse850_get_ana' was not declared. Should it be static?
sound/soc/atmel/tse850-pcm5142.c:187:5: warning: symbol 'tse850_put_ana' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/tse850-pcm5142.c