]> git.alsa-project.org Git - alsa-plugins.git/commit
Make some static tables and strings constants.
authorDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 21 Nov 2008 01:11:44 +0000 (02:11 +0100)
committerDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 21 Nov 2008 12:07:03 +0000 (13:07 +0100)
commit9d65155c28d4a47022a4de7e604187b8b2ad2137
treee36aa03bed80065259ca8bfcde0662116c1dc26f
parente4ce5402202d983a84d01555445eeb23e5a9268f
Make some static tables and strings constants.

By doing this we move them from the .data section to .rodata setion,
or from .data.rel to .data.rel.ro.

The .rodata section is mapped directly from the on-disk file, which is
always a save, while .data.rel.ro is mapped directly when using
prelink, which is a save in a lot of cases.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
maemo/alsa-dsp.c
mix/pcm_upmix.c
mix/pcm_vdownmix.c
oss/ctl_oss.c
oss/pcm_oss.c