aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-04-19 22:54:21 -0700
committerChris Robinson <[email protected]>2014-04-19 22:54:21 -0700
commit32a2f958854a6d367c090e10d790743a0544e6f9 (patch)
tree9506ba89ac44d502f02912bc4603c83722fe27a6 /Alc/ALc.c
parentbb969c3cccae159049adc20b2e13a17556331aae (diff)
Convert the DSound 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 f155dab4..f0f5ced7 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -86,7 +86,7 @@ static struct BackendInfo BackendList[] = {
{ "mmdevapi", NULL, alcMMDevApiInit, alcMMDevApiDeinit, alcMMDevApiProbe, EmptyFuncs },
#endif
#ifdef HAVE_DSOUND
- { "dsound", NULL, alcDSoundInit, alcDSoundDeinit, alcDSoundProbe, EmptyFuncs },
+ { "dsound", ALCdsoundBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_WINMM
{ "winmm", NULL, alcWinMMInit, alcWinMMDeinit, alcWinMMProbe, EmptyFuncs },