diff options
author | Chris Robinson <[email protected]> | 2009-08-26 23:45:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-08-26 23:45:00 -0700 |
commit | 81db01ebf1d6b608339b5288785f3c514dbcff27 (patch) | |
tree | 2fbbc401ce15eb319862c7e75648bc4ceb6fc49d /Alc/alsa.c | |
parent | 06c576a94591df6672c90ec40cb5941e4fcce756 (diff) |
Add a method to deinitialize backends
Diffstat (limited to 'Alc/alsa.c')
-rw-r--r-- | Alc/alsa.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -996,3 +996,7 @@ next_card: psnd_pcm_info_free(pcminfo); psnd_ctl_card_info_free(info); } + +void alc_alsa_deinit(void) +{ +} |