alsa-utils/alsamixer
Jaroslav Kysela 116488e5f2 alsamixer: define _GNU_SOURCE to get exp10
Fixes Master, Headphones and Speaker stuck at -8 percentage after
building with Clang 7.0.1 and getting warned about implicit declaration
of exp10, which is behind _GNU_SOURCE as a non-standard feature. Thanks
Takashi Iwai for the CFLAGS suggestion on the mailing list. GCC build is
not affected, so not adding a compiler check to the configure script.

uClibc-ng has got exp10 since 1.0.12, so the fallback macro is no longer
needed. However, alsa-utils relies on gettext so might need further
patches to actually work on uClibc systems.

Signed-off-by: makepost <makepost@firemail.cc>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2019-01-18 09:40:54 +01:00
..
alsamixer.1 amixer, alsamixer: Add description of volume-mapping 2012-03-19 16:05:06 +01:00
card_select.c alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
card_select.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
cli.c alsamixer: Use isatty() to check the terminal (interactive) availability 2013-03-22 13:27:26 +01:00
colors.c alsamixer: remove obsolete e-mail 2010-11-10 10:14:53 +01:00
colors.h alsamixer - Tricolorize volume bars 2009-06-18 14:42:28 +02:00
device_name.c alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
device_name.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
die.c alsamixer: Fix X-win related crash for PulseAudio plugin (bad linking) 2011-11-02 17:27:47 +01:00
die.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
go amixer/alsamixer - updated go scripts for debugging 2007-07-11 10:12:24 +02:00
mainloop.c alsamixer: fix gcc warnings 2018-10-14 17:05:22 +02:00
mainloop.h alsamixer: Fix X-win related crash for PulseAudio plugin (bad linking) 2011-11-02 17:27:47 +01:00
Makefile.am alsamixer: define _GNU_SOURCE to get exp10 2019-01-18 09:40:54 +01:00
mem.c alsamixer: fix gcc warnings 2018-10-14 17:05:22 +02:00
mem.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
mixer_controls.c alsamixer: fix gcc warnings 2018-10-14 17:05:22 +02:00
mixer_controls.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
mixer_display.c alsamixer: fix handling of removed controls 2012-10-19 12:16:33 +02:00
mixer_display.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
mixer_widget.c alsamixer: fix gcc warnings 2018-10-14 17:05:22 +02:00
mixer_widget.h alsamixer: fix handling of removed controls 2012-10-19 12:16:33 +02:00
proc_files.c alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
proc_files.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
textbox.c alsamixer: remove obsolete e-mail 2010-11-10 10:14:53 +01:00
textbox.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
utils.c alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
utils.h alsamixer: show channel names for multichannel controls 2009-05-25 10:26:22 +02:00
volume_mapping.c alsamixer: define _GNU_SOURCE to get exp10 2019-01-18 09:40:54 +01:00
volume_mapping.h alsamixer: use cubic scale for volume bars 2010-12-06 14:07:48 +01:00
widget.c alsamixer: fix gcc warnings 2018-10-14 17:05:22 +02:00
widget.h alsamixer: fix gcc warnings 2018-10-14 17:05:22 +02:00