OSDN Git Service

soc: fsl_asrc: Make some functions static
authorChenTao <chentao107@huawei.com>
Thu, 7 May 2020 02:29:59 +0000 (10:29 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 7 May 2020 12:18:06 +0000 (13:18 +0100)
commitc16e923dd635d383026a306acea540b8e0706c88
treeda30fdd1223cdd46af91d0f121f722030b40a953
parent7ae07308e40cb008ef3cc930a02450183a024b9f
soc: fsl_asrc: Make some functions static

Fix the following warning:

sound/soc/fsl/fsl_asrc.c:157:5: warning:
symbol 'fsl_asrc_request_pair' was not declared. Should it be static?
sound/soc/fsl/fsl_asrc.c:200:6: warning:
symbol 'fsl_asrc_release_pair' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: ChenTao <chentao107@huawei.com>
Link: https://lore.kernel.org/r/20200507022959.183739-1-chentao107@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc.c