alsa-utils/alsactl
Diego E. 'Flameeyes' Pettenò 6232f1c96c 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:10:02 +01:00
..
init alsactl init - fixed EXTRA_DIST typo in alsactl/init subdirectory 2008-08-18 17:02:17 +02:00
alsactl.1 Add -I option to alsactl 2008-11-13 09:28:43 +01:00
alsactl.c Make some static tables and strings constants. 2008-11-21 13:10:02 +01:00
alsactl.h Add -I option to alsactl 2008-11-13 09:28:43 +01:00
alsactl_init.xml alsactl init - CTL{values}, CTL{enums} and default "guess method" initialization 2008-08-18 15:01:44 +02:00
init_parse.c Make some static tables and strings constants. 2008-11-21 13:10:02 +01:00
init_sysdeps.c Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
init_sysfs.c Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
init_utils_run.c Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
init_utils_string.c Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
list.h Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
Makefile.am Add --disable-xmlto configure option 2008-10-30 11:50:17 +01:00
state.c Mark static the functions not used outside their unit. 2008-11-21 13:09:56 +01:00
utils.c alsactl init - restore calls also init on failure 2008-08-14 16:46:27 +02:00