alsa-utils/aplay
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
..
aplay.1 aplay - Add stereo VU-meter support 2008-03-14 14:11:06 +01:00
aplay.c Make some static tables and strings constants. 2008-11-21 13:10:02 +01:00
formats.h Support for playing WAV files with "extensible format" header using aplay. 2008-03-06 17:34:21 +01:00
Makefile.am Remove unneeded -lasound 2007-06-04 15:15:39 +02:00