diff options
author | Chris Robinson <[email protected]> | 2014-04-19 22:54:21 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-04-19 22:54:21 -0700 |
commit | 32a2f958854a6d367c090e10d790743a0544e6f9 (patch) | |
tree | 9506ba89ac44d502f02912bc4603c83722fe27a6 /Alc/ALc.c | |
parent | bb969c3cccae159049adc20b2e13a17556331aae (diff) |
Convert the DSound backend to the new API
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |