From b1971c8ef3e7206ecc60993065f2c948af756d9b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 8 Jul 2025 11:36:35 +0200 Subject: [WRAPPER] added one missing wrapped function to libasound (for #2796) --- src/wrapped/wrappedlibasound_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit 1.4.1