summaryrefslogtreecommitdiffstats
path: root/conf.d/project/json.d
diff options
context:
space:
mode:
authorTai Vuong <tvuong@audiokinetic.com>2017-10-27 21:40:20 -0400
committerTai Vuong <tvuong@audiokinetic.com>2017-10-27 21:40:20 -0400
commit8a584f01b46d251fdc5de8b071eff755d99f0090 (patch)
tree625bfb4d66933b8fd18428027aa38c8a708368ce /conf.d/project/json.d
parent9b7e1d0361d1a5eee415e453ae79925084552c68 (diff)
Add JSON object parameters for policy functions call, fix various bug and code stabilisation
Diffstat (limited to 'conf.d/project/json.d')
-rw-r--r--conf.d/project/json.d/ahl-binding.json127
-rw-r--r--conf.d/project/json.d/onload-audio-control.json137
2 files changed, 0 insertions, 264 deletions
diff --git a/conf.d/project/json.d/ahl-binding.json b/conf.d/project/json.d/ahl-binding.json
deleted file mode 100644
index d53a9aa..0000000
--- a/conf.d/project/json.d/ahl-binding.json
+++ /dev/null
@@ -1,127 +0,0 @@
-{
- "description" : "Audio Plugin configuration files",
- "Audioroles" : {
- "Description" : "Specify configuration and default value for Audio",
- "Warning" :{
- "Attributes" :{
- "Interruptible" : "No",
- "Routing" : "None"
- },
- "devices" :{
- "output" : ["Speaker", "Lineout", "HDMI", "Default"]
- }
- },
- "Guidance" : {
- "Attributes" :{
- "Interruptible" : "Yes",
- "Routing" : "None"
- },
- "devices" :{
- "output" : ["Speaker", "Lineout", "Default"]
- }
- },
- "Notification" : {
- "Attributes" :{
- "Interruptible" : "Yes",
- "Routing" : "None"
- },
- "devices" :{
- "output" : ["Speaker", "Lineout", "HDMI", "Default"]
- }
- },
- "Communications" :{
- "Attributes" :{
- "Interruptible" : "Yes",
- "Routing" : "Custom"
- },
- "devices" :{
- "output" : [ "Speaker", "Lineout", "Default"],
- "input" : [ "BT", "USB", "Headset", "Linein", "Default"]
- },
- "Routing" :{
- "phone":{
- "Input" : "BT",
- "Output" : "Speaker"
- },
- "usb":{
- "Input" : "USB",
- "Output" : "Speaker"
- },
- "headset":{
- "Input" : "Headset",
- "Output" : "Speaker"
- },
- "phone_aux":{
- "Input" : "BT",
- "Output" : "Lineout"
- },
- "usb_aux":{
- "Input" : "USB",
- "Output" : "Lineout"
- }
-
- }
-
-
- },
- "Entertainment" : {
- "Attributes" :{
- "Interruptible" : "Yes",
- "Routing" : "Custom"
- },
- "devices" :{
- "output" : [ "Headphone", "Speaker", "Lineout", "Default"],
- "input" : [ "BT", "USB", "Linein", "Default"]
- },
- "Routing" : {
- "phone":{
- "Input" : "BT",
- "Output" : "Speaker"
- },
- "phone_headphone":{
- "Input" : "BT",
- "Output" : "Headphone"
- },
- "phone_aux":{
- "Input" : "BT",
- "Output" : "Lineout"
- },
- "usb":{
- "Input" : "USB",
- "Output" : "Speaker"
- },
- "usb_headphone":{
- "Input" : "USB",
- "Output" : "Headphone"
- },
- "usb_aux":{
- "Input" : "USB",
- "Output" : "Lineout"
- },
- "aux":{
- "Input" : "Linein",
- "Output" : "Speaker"
- },
- "aux_headphone":{
- "Input" : "Linein",
- "Output" : "Headphone"
- },
- "aux_aux":{
- "Input" : "Linein",
- "Output" : "Lineout"
- }
-
- }
- },
- "System" : {
- "Attributes" :{
- "Interruptible" : "Yes",
- "Routing" : "All"
- },
- "devices" :{
- "output" : [ "Speaker", "Headset", "Headphone", "Handset", "BT", "HDMI", "Lineout", "USB", "Default"],
- "input" : [ "BT", "Linein", "USB", "Voice", "Default"]
- }
- }
- }
-} \ No newline at end of file
diff --git a/conf.d/project/json.d/onload-audio-control.json b/conf.d/project/json.d/onload-audio-control.json
deleted file mode 100644
index 14d6970..0000000
--- a/conf.d/project/json.d/onload-audio-control.json
+++ /dev/null
@@ -1,137 +0,0 @@
-{
- "$schema": "ToBeDone",
- "metadata": {
- "label": "audio-policy-control-configuration",
- "info": "Provide Default Audio Policy Control configuration",
- "version": "1.0"
- },
- "onload": [{
- "label": "onload-default",
- "info": "onload initialisation config",
- "plugin": {
- "label" : "_MyPlug",
- "sharelib": "ctl-audio-plugin-sample.ctlso",
- "lua2c": ["Lua2cHelloWorld1", "Lua2cHelloWorld2"]
- },
- "require": ["intel-hda"],
- "actions": [
- {
- "label": "onload-sample-cb",
- "info": "Call control sharelib install entrypoint",
- "callback": "SamplePolicyInit",
- "args": {
- "arg1": "first_arg",
- "nextarg": "second arg value"
- }
- }, {
- "label": "onload-sample-api",
- "info": "Assert AlsaCore Presence",
- "api": "alsacore",
- "verb": "ping",
- "args": {"data": "none"}
- }, {
- "label": "onload-hal-lua",
- "info": "Load avaliable HALs",
- "lua": "_Alsa_Get_Hal"
- }
- ]
- }],
- "controls":
- [
- {
- "label": "duckentertainment_lowprioritypriority",
- "api": "intel-hda",
- "verb": "SetRTPC",
- "args": {
- "value": "-30"
- }
- },
-
- {
- "label": "multimedia",
- "actions": {
- "label": "multimedia-control-lua",
- "info": "Call Lua Script function Test_Lua_Engin",
- "lua": "_Audio_Set_Multimedia"
- }
- }, {
- "label": "navigation",
- "actions": {
- "label": "navigation-control-lua",
- "info": "Call Lua Script to set Navigation",
- "lua": "_Audio_Set_Navigation"
- }
- }, {
- "label": "emergency",
- "actions": {
- "label": "emergency-control-ucm",
- "lua": "_Audio_Set_Emergency"
- }
- }, {
- "label": "multi-step-sample",
- "info" : "all actions must succeed for control to be accepted",
- "actions": [{
- "label": "multimedia-control-cb",
- "info": "Call Sharelib Sample Callback",
- "callback": "sampleControlNavigation",
- "args": {
- "arg1": "snoopy",
- "arg2": "toto"
- }
- }, {
- "label": "duckentertainment_lowprioritypriority",
- "api": "hal",
- "verb": "SetRTPC",
- "args": {
- "value": "-30"
- }
- }, {
- "label": "navigation-control-lua",
- "info": "Call Lua Script to set Navigation",
- "lua": "_Audio_Set_Navigation"
- }]
- }
- ],
- "events":
- [
- {
- "label": "SampleEvent1",
- "info": "define action when receiving a given event",
- "actions": [
- {
- "label": "Event Callback-1",
- "callback": "SampleControlEvent",
- "args": {
- "arg": "action-1"
- }
- }, {
- "label": "Event Callback-2",
- "callback": "SampleControlEvent",
- "args": {
- "arg": "action-2"
- }
- }
- ]
- },
- {
- "label": "SampleEvent2",
- "info": "define action when receiving a given event",
- "actions": [
- {
- "label": "Event Callback-1",
- "callback": "SampleControlEvent",
- "args": {
- "arg": "action-1"
- }
- }, {
- "label": "Event Callback-2",
- "callback": "SampleControlEvent",
- "args": {
- "arg": "action-2"
- }
- }
- ]
- }
- ]
-}
-