aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alsa.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/alsa.c
parent06c576a94591df6672c90ec40cb5941e4fcce756 (diff)
Add a method to deinitialize backends
Diffstat (limited to 'Alc/alsa.c')
-rw-r--r--Alc/alsa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Alc/alsa.c b/Alc/alsa.c
index 6fe1b1f7..35f7ae8a 100644
--- a/Alc/alsa.c
+++ b/Alc/alsa.c
@@ -996,3 +996,7 @@ next_card:
psnd_pcm_info_free(pcminfo);
psnd_ctl_card_info_free(info);
}
+
+void alc_alsa_deinit(void)
+{
+}