about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibasoundtypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-18 14:20:24 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-18 14:20:24 +0100
commitf5bfb537da3a1ea8d24c573875602d211fc51cf5 (patch)
tree3c1f1a57030c8d1e9ad62dab5ea2a338f22bab2e /src/wrapped/generated/wrappedlibasoundtypes.h
parente7f8ebaf77ad0eec62f14ee783e0a0b329eb1607 (diff)
downloadbox64-f5bfb537da3a1ea8d24c573875602d211fc51cf5.tar.gz
box64-f5bfb537da3a1ea8d24c573875602d211fc51cf5.zip
Added 3 more function to libasound
Diffstat (limited to 'src/wrapped/generated/wrappedlibasoundtypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibasoundtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibasoundtypes.h b/src/wrapped/generated/wrappedlibasoundtypes.h
index 3d88453f..0852abf9 100644
--- a/src/wrapped/generated/wrappedlibasoundtypes.h
+++ b/src/wrapped/generated/wrappedlibasoundtypes.h
@@ -12,6 +12,7 @@
 #endif
 
 typedef int64_t (*iFp_t)(void*);
+typedef void (*vFpp_t)(void*, void*);
 typedef void* (*pFppp_t)(void*, void*, void*);
 typedef int64_t (*iFpipp_t)(void*, int64_t, void*, void*);
 typedef int64_t (*iFpppp_t)(void*, void*, void*, void*);
@@ -20,6 +21,7 @@ typedef void* (*pFpipL_t)(void*, int64_t, void*, uintptr_t);
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(snd_dlclose, iFp_t) \
 	GO(snd_lib_error_set_handler, iFp_t) \
+	GO(snd_mixer_elem_set_callback, vFpp_t) \
 	GO(snd_dlsym, pFppp_t) \
 	GO(snd_async_add_handler, iFpipp_t) \
 	GO(snd_async_add_pcm_handler, iFpppp_t) \