From 49bd2e65f3606f353e7f2d9dab2fc73d1cca9bd0 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 19 Dec 2014 11:11:24 +0100 Subject: [PATCH] android/ipc-tester: Fix handsfree module registration Service register command now takes more parameters and those should be set cause might be check by module ie. handsfree. --- android/ipc-tester.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/ipc-tester.c b/android/ipc-tester.c index 9b6c8bbd3..c2501cffa 100644 --- a/android/ipc-tester.c +++ b/android/ipc-tester.c @@ -427,6 +427,8 @@ static bool setup_module(int service_id) }, .cmd = { .service_id = service_id, + .mode = HAL_MODE_DEFAULT, + .max_clients = 1, }, }; -- 2.47.3