aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-12-21 17:20:11 -0800
committerChris Robinson <[email protected]>2016-12-21 17:28:22 -0800
commit315bd556acdc4b8b67b073f64d472f243a96544d (patch)
tree716f42d84aa46cf69616a0c0116a29e49a426029 /Alc/ALc.c
parentdedc782222bf2f7f9a2210b686ebb1e922585bd1 (diff)
Convert the SndIO backend to the updated API
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index f1e1ad1f..1690c9fe 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -81,7 +81,7 @@ static struct BackendInfo BackendList[] = {
{ "solaris", ALCsolarisBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_SNDIO
- { "sndio", NULL, alc_sndio_init, alc_sndio_deinit, alc_sndio_probe, EmptyFuncs },
+ { "sndio", ALCsndioBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_QSA
{ "qsa", NULL, alc_qsa_init, alc_qsa_deinit, alc_qsa_probe, EmptyFuncs },