summaryrefslogtreecommitdiff
path: root/drivers/alsa
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/alsa')
-rw-r--r--drivers/alsa/alsa_driver.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/alsa/alsa_driver.c b/drivers/alsa/alsa_driver.c
index b6bdcab..6db2d21 100644
--- a/drivers/alsa/alsa_driver.c
+++ b/drivers/alsa/alsa_driver.c
@@ -1938,6 +1938,11 @@ alsa_driver_delete (alsa_driver_t *driver)
}
jack_slist_free (driver->clock_sync_listeners);
+ if (driver->ctl_handle) {
+ snd_ctl_close (driver->ctl_handle);
+ driver->ctl_handle = 0;
+ }
+
if (driver->capture_handle) {
snd_pcm_close (driver->capture_handle);
driver->capture_handle = 0;