aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-10-28 21:56:14 -0700
committerChris Robinson <[email protected]>2013-10-28 21:56:14 -0700
commit16d5d5760c09018a600394d3eeccfb9f3a880b9b (patch)
tree462ec916070f80da6dfbd514cfd3103582861175 /Alc/ALc.c
parent7a424ab4bfb71b2e93f820799ae4c60e416ed642 (diff)
Convert ALSA to the new backend interface
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 7527ebf8..4aaf765a 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -59,7 +59,7 @@ static struct BackendInfo BackendList[] = {
{ "pulse", NULL, alc_pulse_init, alc_pulse_deinit, alc_pulse_probe, EmptyFuncs },
#endif
#ifdef HAVE_ALSA
- { "alsa", NULL, alc_alsa_init, alc_alsa_deinit, alc_alsa_probe, EmptyFuncs },
+ { "alsa", ALCalsaBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
#endif
#ifdef HAVE_COREAUDIO
{ "core", NULL, alc_ca_init, alc_ca_deinit, alc_ca_probe, EmptyFuncs },