Re: [PATCH -next] ASoC: cs53l30: Fix non static symbol warnings

2016-06-17 Thread Handrigan, Paul
On 6/17/16, 12:22 PM, "weiyj...@163.com" wrote: >From: Wei Yongjun > >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

Re: [alsa-devel] [PATCH -next] ASoC: cs53l30: Fix non static symbol warnings

2016-06-17 Thread Nicolin Chen
On Fri, Jun 17, 2016 at 05:22:00PM +, weiyj...@163.com wrote: > From: Wei Yongjun > > 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: > sym

[PATCH -next] ASoC: cs53l30: Fix non static symbol warnings

2016-06-17 Thread weiyj_lk
From: Wei Yongjun 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/cs