Re: [PATCH 2/2] ASoC: fsl_asrc: constify some arrays

2017-11-16 Thread Nicolin Chen
On Thu, Nov 16, 2017 at 08:25:47AM -0800, Joe Perches wrote: > Using const reduces data. > > $ size sound/soc/fsl/fsl_asrc.o* >text data bss dec hex filename > 21691 5872 192 277556c6b sound/soc/fsl/fsl_asrc.o.new > 21435 6128 192

Re: [PATCH 2/2] ASoC: fsl_asrc: constify some arrays

2017-11-16 Thread Nicolin Chen
On Thu, Nov 16, 2017 at 08:25:47AM -0800, Joe Perches wrote: > Using const reduces data. > > $ size sound/soc/fsl/fsl_asrc.o* >text data bss dec hex filename > 21691 5872 192 277556c6b sound/soc/fsl/fsl_asrc.o.new > 21435 6128 192

[PATCH 2/2] ASoC: fsl_asrc: constify some arrays

2017-11-16 Thread Joe Perches
Using const reduces data. $ size sound/soc/fsl/fsl_asrc.o* textdata bss dec hex filename 216915872 192 277556c6b sound/soc/fsl/fsl_asrc.o.new 214356128 192 277556c6b sound/soc/fsl/fsl_asrc.o.old Signed-off-by: Joe Perches ---

[PATCH 2/2] ASoC: fsl_asrc: constify some arrays

2017-11-16 Thread Joe Perches
Using const reduces data. $ size sound/soc/fsl/fsl_asrc.o* textdata bss dec hex filename 216915872 192 277556c6b sound/soc/fsl/fsl_asrc.o.new 214356128 192 277556c6b sound/soc/fsl/fsl_asrc.o.old Signed-off-by: Joe Perches ---