From 1dd19ac494da7b223bc919a85c0e6c16502e9a77 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Sun, 27 Aug 2017 18:09:54 +0200 Subject: Fix Alsacore ctlget in form ctl={id:xxx} --- conf.d/project/json.d/onload-aaaa-sample.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'conf.d/project/json.d/onload-aaaa-sample.json') diff --git a/conf.d/project/json.d/onload-aaaa-sample.json b/conf.d/project/json.d/onload-aaaa-sample.json index c95a62f..8f05317 100644 --- a/conf.d/project/json.d/onload-aaaa-sample.json +++ b/conf.d/project/json.d/onload-aaaa-sample.json @@ -22,6 +22,17 @@ "controls": [ { + "label": "Volume", + "permissions": "urn:AGL:permission:audio:public:multimedia", + "actions": { + "label": "adjust-master-volume", + "info" : "volume value should be provided by requesting client", + "lua": "_Permament_Control", + "args": { + "ctl" : "Master_Playback_Volume" + } + } + },{ "label": "Multimedia", "permissions": "urn:AGL:permission:audio:public:multimedia", "actions": { -- cgit 1.2.3-korg