From 509c14ede44b5d95f5ecc7d1e78a2c54609688e4 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 31 May 2018 16:39:56 +0200 Subject: Store uid of the hal mixer configuration and use it Stores uid of the hal mixer configuration in the specific controller hal structure. Use this uid as prefix when calling softmixer api. Change-Id: Iab00518e02e0f9ff6dbd78c126eda45225c55256 Signed-off-by: Jonathan Aillet --- 4a-hal/4a-hal-utilities/4a-hal-utilities-data.h | 1 + 1 file changed, 1 insertion(+) (limited to '4a-hal/4a-hal-utilities/4a-hal-utilities-data.h') diff --git a/4a-hal/4a-hal-utilities/4a-hal-utilities-data.h b/4a-hal/4a-hal-utilities/4a-hal-utilities-data.h index f9b9b36..1d15785 100644 --- a/4a-hal/4a-hal-utilities/4a-hal-utilities-data.h +++ b/4a-hal/4a-hal-utilities/4a-hal-utilities-data.h @@ -45,6 +45,7 @@ struct CtlHalStreamsDataT { struct CtlHalSpecificData { char *mixerApiName; + char *halSoftMixerVerb; json_object *halMixerJ; struct CtlHalStreamsDataT ctlHalStreamsData; -- cgit 1.2.3-korg