diff options
Diffstat (limited to '4a-hal-references-boards-cfg')
-rw-r--r-- | 4a-hal-references-boards-cfg/4a-hal-sample1.json | 10 | ||||
-rw-r--r-- | 4a-hal-references-boards-cfg/4a-hal-sample2.json | 8 |
2 files changed, 5 insertions, 13 deletions
diff --git a/4a-hal-references-boards-cfg/4a-hal-sample1.json b/4a-hal-references-boards-cfg/4a-hal-sample1.json index cf4a9f3..7d51035 100644 --- a/4a-hal-references-boards-cfg/4a-hal-sample1.json +++ b/4a-hal-references-boards-cfg/4a-hal-sample1.json @@ -1,13 +1,10 @@ { "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", "metadata": { - "uid": "4a-hal-sample1", + "uid": "SND_CARD", "version": "0.9", "api": "4a-hal-sample1", - "info": "Basic Audio Policy Control for Audio-4a" - }, - "hal-metadata": { - "sndcard": "NOT_TESTED", + "info": "Basic Audio Policy Control for Audio-4a - Sample 1", "author": "Jonathan Aillet", "date": "2018-05-18" }, @@ -67,5 +64,4 @@ "action": "api://4a-hal-manager#ping" } ] -} - +}
\ No newline at end of file diff --git a/4a-hal-references-boards-cfg/4a-hal-sample2.json b/4a-hal-references-boards-cfg/4a-hal-sample2.json index 5165a37..6bd30b8 100644 --- a/4a-hal-references-boards-cfg/4a-hal-sample2.json +++ b/4a-hal-references-boards-cfg/4a-hal-sample2.json @@ -1,13 +1,10 @@ { "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json", "metadata": { - "uid": "4a-hal-sample2", + "uid": "SND_CARD2", "version": "0.9", "api": "4a-hal-sample2", - "info": "Basic Audio Policy Control for Audio-4a" - }, - "hal-metadata": { - "sndcard": "NOT_TESTED", + "info": "Basic Audio Policy Control for Audio-4a - Sample 2", "author": "Jonathan Aillet", "date": "2018-05-18" }, @@ -68,4 +65,3 @@ } ] } - |