about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-07-08 11:36:35 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-07-08 11:36:35 +0200
commitb1971c8ef3e7206ecc60993065f2c948af756d9b (patch)
treef3456d8971af05b0e5f46a700cfe20ea53eced55 /src
parent1ed7609fe95fab8afb0669daffd63223ea665788 (diff)
downloadbox64-b1971c8ef3e7206ecc60993065f2c948af756d9b.tar.gz
box64-b1971c8ef3e7206ecc60993065f2c948af756d9b.zip
[WRAPPER] added one missing wrapped function to libasound (for #2796)
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedlibasound_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibasound_private.h b/src/wrapped/wrappedlibasound_private.h
index a1228d1b..d748fd02 100644
--- a/src/wrapped/wrappedlibasound_private.h
+++ b/src/wrapped/wrappedlibasound_private.h
@@ -145,6 +145,7 @@ GO(snd_config_get_bool_ascii, iFp)
 GO(snd_config_get_bool, iFp)
 GO(snd_config_get_ctl_iface_ascii, iFp)
 GO(snd_config_get_ctl_iface, iFp)
+GO(snd_ctl_ascii_value_parse, iFpppp)
 GO(snd_device_name_free_hint, iFp)
 GO(snd_device_name_get_hint, pFpp)
 GO(snd_device_name_hint, iFipp)