diff options
author | Colin Ian King <[email protected]> | 2020-10-16 23:49:13 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2020-10-17 09:58:59 +0200 |
commit | 9ce88a13b3016436441fec0b8b00ce8116f91269 (patch) | |
tree | fb3bf92b2ec2d5cc8ba2be0621b47f40a0a78d99 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a97cbcd00f05a23146fdd8269011c40b7229242d (diff) |
ALSA: hda/ca0132: make some const arrays static, makes object smaller
Don't populate const arrays on the stack but instead make them
static. Makes the object code smaller by 57 bytes.
Before:
text data bss dec hex filename
173256 38016 192 211464 33a08 sound/pci/hda/patch_ca0132.o
After:
text data bss dec hex filename
172879 38336 192 211407 339cf sound/pci/hda/patch_ca0132.o
(gcc version 10.2.0)
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions