linux-stable/sound/soc/intel
Colin Ian King 4ffdca62e2
ASoC: Intel: make const arrays static, reduces object code size
Don't populate the const arrays on the stack but instead make
it static. Makes the object code smaller, for example:

Before:
   text    data     bss     dec     hex filename
  14107    8832     224   23163    5a7b bytcht_es8316.o

After:
   text    data     bss     dec     hex filename
  14015    8896     224   23135    5a5f bytcht_es8316.o

(gcc version 8.2.0 x86_64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-01-24 19:27:30 +00:00
..
atom ASoC: Fixes for v5.0 2019-01-18 19:14:36 +00:00
baytrail ASoC: Intel: Baytrail: simplify boolean test 2019-01-03 16:34:11 +00:00
boards ASoC: Intel: make const arrays static, reduces object code size 2019-01-24 19:27:30 +00:00
common ASoC: Intel: common: Add quirk for PoV P1006W tablet 2019-01-07 19:21:29 +00:00
haswell ASoC: Intel: Haswell: assign booleans to true/false 2019-01-03 16:34:10 +00:00
skylake Merge branch 'asoc-4.22' into asoc-5.0 2019-01-07 12:18:14 +00:00
Kconfig ASoC: Intel: atom: Make PCI dependency explicit 2019-01-03 16:33:22 +00:00
Makefile ASoC: Intel: Fix Kconfig with top-level selector 2018-01-08 16:18:48 +00:00