From c5ed959a0d1f9d7e90dc267edef027e64c375b2a Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 27 Jun 2013 15:53:14 -0400
Subject: [PATCH] * #7037: manager: added comment explaining checkAudio()

---
 daemon/src/managerimpl.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/daemon/src/managerimpl.h b/daemon/src/managerimpl.h
index dfd910c4ff..c0fb400983 100644
--- a/daemon/src/managerimpl.h
+++ b/daemon/src/managerimpl.h
@@ -1040,6 +1040,12 @@ class ManagerImpl {
          */
         AccountMap getAllAccounts() const;
 
+        /**
+         * Suspends SFLphone's audio processing if no calls remain, allowing
+         * other applications to resume audio.
+         * See:
+         * https://projects.savoirfairelinux.com/issues/7037
+        */
         void
         checkAudio();
 
-- 
GitLab