diff options
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp index d4b4a36..f02e22e 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -425,7 +425,7 @@ Patchage::attach() #ifdef HAVE_ALSA if (_alsa_driver_autoattach) { - _alsa_driver->attach(); + _alsa_driver->attach(false); } #endif |