aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-05-17 03:12:34 -0700
committerChris Robinson <[email protected]>2015-05-17 04:18:38 -0700
commit9479ea656bd4c7d3059b63405237829296776c10 (patch)
treea6e3082b3e65de5528641630f24fecc311a7180b /Alc/ALc.c
parent3058205963ee3293341bc7d92061fa18ccae4df8 (diff)
Convert the solaris backend to the new 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 ba8cb879..c1c813d8 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -77,7 +77,7 @@ static struct BackendInfo BackendList[] = {
{ "oss", ALCossBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_SOLARIS
- { "solaris", NULL, alc_solaris_init, alc_solaris_deinit, alc_solaris_probe, EmptyFuncs },
+ { "solaris", ALCsolarisBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_SNDIO
{ "sndio", NULL, alc_sndio_init, alc_sndio_deinit, alc_sndio_probe, EmptyFuncs },