Searched hist:"5 c8a7efc" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A D | rt5514.c | 5c8a7efc Sun Aug 01 01:40:23 CDT 2021 Colin Ian King <colin.king@canonical.com> ASoC: rt5514: make array div static const, makes object smaller
Don't populate the array div on the stack but instead it static const. Makes the object code smaller by 48 bytes.
Before: text data bss dec hex filename 53894 16368 128 70390 112f6 ./sound/soc/codecs/rt5514.o
After: text data bss dec hex filename 53750 16464 128 70342 112c6 ./sound/soc/codecs/rt5514.o
(gcc version 10.2.0)
Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210801064023.138359-1-colin.king@canonical.com Signed-off-by: Mark Brown <broonie@kernel.org>
|