aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-08-26 23:45:00 -0700
committerChris Robinson <[email protected]>2009-08-26 23:45:00 -0700
commit81db01ebf1d6b608339b5288785f3c514dbcff27 (patch)
tree2fbbc401ce15eb319862c7e75648bc4ceb6fc49d /Alc/pulseaudio.c
parent06c576a94591df6672c90ec40cb5941e4fcce756 (diff)
Add a method to deinitialize backends
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r--Alc/pulseaudio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c
index afb3ee6d..dd3621c1 100644
--- a/Alc/pulseaudio.c
+++ b/Alc/pulseaudio.c
@@ -701,4 +701,8 @@ LOAD_FUNC(pa_threaded_mainloop_lock);
pulse_capture_device = AppendCaptureDeviceList("PulseAudio Capture");
} //}}}
+
+void alc_pulse_deinit(void) //{{{
+{
+} //}}}
//}}}