Merge d6a1f7efc8cbf4553725c5edc2d3a9f6c11ac2a8 on remote branch
Change-Id: Iea13b6595231292968a2e54706943aac19b5501d
diff --git a/SoundTriggerDevice.cpp b/SoundTriggerDevice.cpp
index 5a233b0..4a7d388 100644
--- a/SoundTriggerDevice.cpp
+++ b/SoundTriggerDevice.cpp
@@ -25,6 +25,10 @@
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Changes from Qualcomm Innovation Center are provided under the following license:
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#define LOG_TAG "sthal_SoundTriggerDevice"
@@ -466,7 +470,7 @@
/* Register LSM Lib HIDL service */
ALOGD("%s: Register LSM HIDL service", __func__);
sp<IListenSoundModel> service = new ListenSoundModel();
- configureRpcThreadpool(32, false /*callerWillJoin*/);
+ configureRpcThreadpool(48, false /*callerWillJoin*/);
if(android::OK != service->registerAsService())
ALOGW("Could not register LSM HIDL service");
#endif