aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index e911bc11..a7c27bad 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -70,6 +70,7 @@ static BackendInfo BackendList[] = {
{ "port", alc_pa_init, alc_pa_deinit, alc_pa_probe, EmptyFuncs },
#endif
+ { "null", alc_null_init, alc_null_deinit, alc_null_probe, EmptyFuncs },
{ "wave", alc_wave_init, alc_wave_deinit, alc_wave_probe, EmptyFuncs },
{ NULL, NULL, NULL, NULL, EmptyFuncs }