From ac4e74208946ede793c1c8ff50dd5232439204b7 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 30 Aug 2019 10:12:55 +0200 Subject: [PATCH] Don't call dev_siomix_close() twice. --- sndiod/dev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sndiod/dev.c b/sndiod/dev.c index 513e999..18a3992 100644 --- a/sndiod/dev.c +++ b/sndiod/dev.c @@ -1203,7 +1203,6 @@ dev_close_do(struct dev *d) xfree(c); } d->pstate = DEV_CFG; - dev_siomix_close(d); dev_sio_close(d); if (d->mode & MODE_PLAY) { if (d->encbuf != NULL)