alsa-lib/aserver
Diego E. 'Flameeyes' Pettenò 8ed98db259 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>
2008-11-21 13:04:41 +01:00
..
aserver.c Make some static tables and strings constants. 2008-11-21 13:04:41 +01:00
COPYING Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
Makefile.am Moved pcm_jack plugin to src/pcm/ext directory (must be build manually). 2003-03-05 19:56:55 +00:00