Re: [PATCH -next] soc: fsl_asrc: Make some functions static

2020-05-07 Thread Mark Brown
On Thu, 7 May 2020 10:29:59 +0800, ChenTao wrote: > 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

[PATCH -next] soc: fsl_asrc: Make some functions static

2020-05-06 Thread ChenTao
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 Signed-off-by: ChenTao