aboutsummaryrefslogtreecommitdiffstats
path: root/devices/hal-4a-unicens-coax.json
diff options
context:
space:
mode:
Diffstat (limited to 'devices/hal-4a-unicens-coax.json')
-rw-r--r--devices/hal-4a-unicens-coax.json56
1 files changed, 35 insertions, 21 deletions
diff --git a/devices/hal-4a-unicens-coax.json b/devices/hal-4a-unicens-coax.json
index 454a018..9e8c4a3 100644
--- a/devices/hal-4a-unicens-coax.json
+++ b/devices/hal-4a-unicens-coax.json
@@ -1,13 +1,13 @@
{
"$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
"metadata": {
- "uid": "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02",
- "version": "0.9",
+ "uid": "MICROCHIP-UNICENS-COAX-4A-HAL",
+ "version": "0.99",
"api": "4a-hal-unicens",
"require": [ "alsacore", "UNICENS", "smixer" ],
"info": "4a HAL for UNICENS for OS81118",
"author": "Jonathan Aillet",
- "date": "2018-06-15"
+ "date": "2019-06-26"
},
"resources": [
{
@@ -36,28 +36,42 @@
"action": "plugin://hal-unicens-output#Events"
}
],
- "haldependencies" : {
- "uid" : "microship-unicens-output-coax",
- "class" : "mandatory",
- "cardPath" : "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02"
- },
+ "haldependencies" : [
+ {
+ "uid" : "microchip-unicens-output-coax",
+ "class" : "mandatory",
+ "cardShortName" : "ep016ch",
+ "cardPath" : "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02"
+ },
+ {
+ "uid" : "microchip-unicens-simple-micro-input",
+ "class" : "mandatory",
+ "cardShortName" : "ep822ch"
+ }
+ ],
"halmap": [
{
- "uid": "agl-master-playback-volume",
- "info": "Sets master playback volume",
- "alsa": {
- "name": "Master Playback Volume",
- "value": 90,
- "create":
+ "uid" : "halmap-microchip-unicens-output-coax",
+ "target" : "microchip-unicens-output-coax",
+ "controls" : [
{
- "type": "INTEGER",
- "count": 1,
- "minval": 0,
- "maxval": 100,
- "step": 1
+ "uid": "agl-master-playback-volume",
+ "info": "Sets master playback volume",
+ "alsa": {
+ "name": "Master Playback Volume",
+ "value": 90,
+ "create":
+ {
+ "type": "INTEGER",
+ "count": 1,
+ "minval": 0,
+ "maxval": 100,
+ "step": 1
+ }
+ },
+ "action": "plugin://hal-unicens-output#MasterVol"
}
- },
- "action": "plugin://hal-unicens-output#MasterVol"
+ ]
}
],
"halmixer": {