1
0
Fork 0
android_external_alsa-utils/alsactl
Rudi Heitbaum e73462beaf aplay, alsactl, topology: fix discards const from pointer target
Since glibc-2.43:

For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr,
strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return pointers
into their input arrays now have definitions as macros that return a
pointer to a const-qualified type when the input argument is a pointer
to a const-qualified type.

https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00005.html

Closes: https://github.com/alsa-project/alsa-utils/pull/322
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2026-05-25 11:30:25 +02:00
..
conf alsactl: move udev/systemd files to conf subdirectory 2025-12-04 15:08:14 +01:00
init alsactl: fix typo in comment in 00main 2022-01-27 13:19:36 +01:00
.gitignore alsactl: move udev/systemd files to conf subdirectory 2025-12-04 15:08:14 +01:00
alsactl.1 Remove trailing spaces in man pages 2024-12-02 11:11:52 +01:00
alsactl.c alsactl: ucm: add wrestore command and wait_for_card() for boot synchronization 2025-12-04 15:08:14 +01:00
alsactl.h alsactl: fix sequence to clean card specific config files for UCM 2026-01-01 18:41:22 +01:00
alsactl_init.xml alsactl: Read only *.conf files when a directory is passed via INCLUDE 2012-06-14 16:06:42 +02:00
boot_params.c alsactl: fix error message arguments (remove card) 2025-12-07 10:31:09 +01:00
clean.c alsactl: snd_ctl_elem_id_compare was renamed to snd_ctl_elem_id_compare_set 2021-03-23 17:52:13 +01:00
daemon.c alsactl: don't free a card pointing NULL 2024-05-23 13:17:59 +02:00
export.c alsactl: add -Y option to export card states as key=value pairs 2025-12-04 15:08:14 +01:00
info.c alsactl: info - handle situations when devices are not available in kernel 2025-01-09 16:11:13 +01:00
init_parse.c aplay, alsactl, topology: fix discards const from pointer target 2026-05-25 11:30:25 +02:00
init_sysdeps.c alsactl: add define to compile with glibc 2.38 2023-08-01 09:36:04 +02:00
init_sysfs.c alsactl: sysfs - add /sys/kernel/uevent_seqnum check to init 2019-11-25 18:01:32 +01:00
init_ucm.c alsactl: fix sequence to clean card specific config files for UCM 2026-01-01 18:41:22 +01:00
init_utils_run.c Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
init_utils_string.c Fix misc compile warnings in alsactl 2009-02-18 15:34:57 +01:00
list.h Initial 'alsactl init' implementation 2008-07-31 15:45:08 +02:00
lock.c alsactl: ucm: implement boot parameters and card group sync infrastructure 2025-12-04 15:08:14 +01:00
Makefile.am Remove more generated files on "make clean" 2026-05-25 11:21:38 +02:00
monitor.c alsactl: fix error handling in check_control_cdev() 2025-12-05 19:16:16 +01:00
state.c alsactl: fix sequence to clean card specific config files for UCM 2026-01-01 18:41:22 +01:00
utils.c alsactl: free scandir list in snd_card_clean_cfgdir 2025-11-13 10:13:44 +01:00
wait.c alsactl: ucm: add wrestore command and wait_for_card() for boot synchronization 2025-12-04 15:08:14 +01:00