From 16d5d5760c09018a600394d3eeccfb9f3a880b9b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 28 Oct 2013 21:56:14 -0700 Subject: Convert ALSA to the new backend interface --- Alc/ALc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/ALc.c') 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 }, -- cgit v1.2.3