From 1f9f77de3caf2125cacbddf0a1e5cad7a049711b Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 26 Sep 2019 17:11:02 +0200 Subject: Remove references to '4a-hal' Remove references to '4a-hal'. BUG-AGL: SPEC-2831 Change-Id: I766bbff55b32c212034fae5f39370e2eee4c3a50 Signed-off-by: Jonathan Aillet --- plugins/alsa/alsa-api-mixer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/alsa/alsa-api-mixer.c b/plugins/alsa/alsa-api-mixer.c index 9796206..73f208a 100644 --- a/plugins/alsa/alsa-api-mixer.c +++ b/plugins/alsa/alsa-api-mixer.c @@ -554,7 +554,7 @@ STATIC void MixerAttachVerb(afb_req_t request) { , "uid", &uid , "prefix", &prefix , "mixerapi", NULL - , "hal-dependencies", NULL + , "dependencies", NULL , "ramps", &rampsJ , "playbacks", &playbacksJ , "captures", &capturesJ @@ -565,7 +565,7 @@ STATIC void MixerAttachVerb(afb_req_t request) { if (error) { afb_req_fail_f(request, "invalid-syntax", - "%s mixer=%s missing 'uid|ramps|playbacks|captures|zones|streams' error=%s args=%s", + "%s mixer=%s missing 'uid|ramps|dependencies|playbacks|captures|zones|streams' error=%s args=%s", __func__, mixer->uid, wrap_json_get_error_string(error), json_object_get_string(argsJ)); goto fail; } -- cgit 1.2.3-korg