diff options
author | 2018-12-19 11:01:53 +0100 | |
---|---|---|
committer | 2018-12-20 15:18:36 +0100 | |
commit | 41a194862bb8c63da229192e1fe8b8feaacc08fb (patch) | |
tree | e6879efc17560acec407868b4d7e32f2c6e6cdf3 /4a-hal/4a-hal-controllers/4a-hal-controllers-value-handler.h | |
parent | 2c9738f3741ca79b7859ec415a873d6624bb57fa (diff) |
Add setting values of a ALSA control using a +/-
Add the possibility to change halmap ALSA controls values
using a +/- percentage string.
Bug-AGL: SPEC-1313
Change-Id: I3b2cf141fc01171fd403c2602fb3805e654e8d68
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-value-handler.h')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-value-handler.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-value-handler.h b/4a-hal/4a-hal-controllers/4a-hal-controllers-value-handler.h index f976fe8..4844952 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-value-handler.h +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-value-handler.h @@ -41,4 +41,11 @@ int HalCtlsConvertJsonValues(AFB_ApiT apiHandle, json_object **ConvertedJ, enum ConversionType requestedConversion); +// Increase/Decrease previous values using percentage passed in Json +int HalCtlsChangePreviousValuesUsingJson(AFB_ApiT apiHandle, + struct CtlHalAlsaCtlProperties *alsaCtlProperties, + json_object *requestedPercentageVariationJ, + json_object *previousControlValuesJ, + json_object **ChangedJ); + #endif /* _HAL_CTLS_VALUE_CONVERSION_INCLUDE_ */
\ No newline at end of file |