diff options
| author | Colin Ian King <[email protected]> | 2021-05-26 17:06:16 +0100 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2021-05-27 08:25:54 +0200 |
| commit | d955782da2901f977ef1ededba8a2764e35c1187 (patch) | |
| tree | 5423df4f33b064adfe2c06ab541126e34c29213d /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | b5c2e2c79034eaa4c786e304d094618156eea69b (diff) | |
ALSA: hda/ca0132: Make a const array static, makes object smaller
Don't populate the const array dsp_dma_stream_ids the stack but instead
make it static. Makes the object code smaller by 21 bytes.
Before:
text data bss dec hex filename
189012 70376 192 259580 3f5fc ./sound/pci/hda/patch_ca0132.o
After:
text data bss dec hex filename
188927 70440 192 259559 3f5e7 ./sound/pci/hda/patch_ca0132.o
(gcc version 10.3.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