aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-04-09 11:21:02 -0700
committerChris Robinson <[email protected]>2017-04-09 11:21:02 -0700
commit81527cdbddc52338f5fb3c8b79139bf9d9186d3a (patch)
tree17cc0f2e175d40e3d1fd9e29564560b1d60b3f8c /Alc/ALc.c
parentaef774a7a03485a645edc79ea292abe8c634b8e9 (diff)
Convert the CoreAudio backend to the updated backend 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 0cc36cad..7d4f4de3 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -72,7 +72,7 @@ static struct BackendInfo BackendList[] = {
{ "alsa", ALCalsaBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_COREAUDIO
- { "core", NULL, alc_ca_init, alc_ca_deinit, alc_ca_probe, EmptyFuncs },
+ { "core", ALCcoreAudioBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_OSS
{ "oss", ALCossBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },