Re: [PATCH][V2] ASoC: Intel: make const arrays static, reduces object code size

2019-01-24 Thread Pierre-Louis Bossart
On 1/24/19 11:37 AM, Colin King wrote: From: Colin Ian King Don't populate the const arrays on the stack but instead make it static. Makes the object code smaller, for example: Before: textdata bss dec hex filename 141078832 224 231635a7b bytcht_es8316.o

[PATCH][V2] ASoC: Intel: make const arrays static, reduces object code size

2019-01-24 Thread Colin King
From: Colin Ian King Don't populate the const arrays on the stack but instead make it static. Makes the object code smaller, for example: Before: textdata bss dec hex filename 141078832 224 231635a7b bytcht_es8316.o After: textdata bss dec h