summaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2018-11-05 16:47:45 +0100
committerTobias Jahnke <tobias.jahnke@microchip.com>2018-12-18 13:01:13 +0100
commitc2d8afaf9979b1f18d546aca7ddaab5192a4629a (patch)
tree646a4c019ff1c4d7ff1c556c8ad5dd66467abc3b /cfg
parent0bf3dc602d454aeac8cd34499b037ad456402183 (diff)
4a-hal-unicens: updated json and removed conc acc.
- updated also app templates - removed concurrent access for debugging - removed interfacing for agl-service unicens for debugging Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'cfg')
-rw-r--r--cfg/hal-4a-unicens-118.json38
-rw-r--r--cfg/hal-4a-unicens-210.json38
2 files changed, 66 insertions, 10 deletions
diff --git a/cfg/hal-4a-unicens-118.json b/cfg/hal-4a-unicens-118.json
index 1a7e8e9..a45867e 100644
--- a/cfg/hal-4a-unicens-118.json
+++ b/cfg/hal-4a-unicens-118.json
@@ -5,7 +5,7 @@
"version": "0.9",
"api": "4a-hal-unicens",
"require": [ "alsacore", "UNICENS", "smixer" ],
- "info": "4a HAL for UNICENS INICnet OS81118",
+ "info": "4a HAL for UNICENS for OS81118",
"author": "Jonathan Aillet",
"date": "2018-06-15"
},
@@ -76,6 +76,7 @@
"halmixer": {
"uid": "unicens",
"mixerapi": "smixer",
+ "prefix": "ucs",
"ramps": [
{
"uid": "ramp-fast",
@@ -100,7 +101,8 @@
"uid": "UNICENS",
"path": "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02",
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
},
"sink": {
"channels": [
@@ -209,7 +211,8 @@
"volume": 60,
"mute": false,
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
}
},
{
@@ -219,7 +222,8 @@
"volume": 70,
"mute": false,
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
}
},
{
@@ -229,7 +233,31 @@
"volume": 60,
"mute": false,
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
+ }
+ },
+ {
+ "uid": "legacy",
+ "verb": "legacy",
+ "zone": "back-seats",
+ "source": "loop-legacy",
+ "volume": 50,
+ "mute": false,
+ "params": {
+ "rate": 48000,
+ "format": "S16_LE"
+ }
+ },
+ {
+ "uid": "radio_stream",
+ "verb": "radio_stream",
+ "zone": "full-stereo",
+ "volume": 70,
+ "mute": true,
+ "params": {
+ "rate" : 48000,
+ "format": "S16_LE"
}
}
]
diff --git a/cfg/hal-4a-unicens-210.json b/cfg/hal-4a-unicens-210.json
index da5b647..1782aad 100644
--- a/cfg/hal-4a-unicens-210.json
+++ b/cfg/hal-4a-unicens-210.json
@@ -5,7 +5,7 @@
"version": "0.9",
"api": "4a-hal-unicens",
"require": [ "alsacore", "UNICENS", "smixer" ],
- "info": "4a HAL for UNICENS INICnet OS81210",
+ "info": "4a HAL for UNICENS for OS81210",
"author": "Jonathan Aillet",
"date": "2018-06-15"
},
@@ -76,6 +76,7 @@
"halmixer": {
"uid": "unicens",
"mixerapi": "smixer",
+ "prefix": "ucs",
"ramps": [
{
"uid": "ramp-fast",
@@ -100,7 +101,8 @@
"uid": "UNICENS",
"path": "/dev/snd/by-id/usb-Microchip-SMSC_OS81210_0200-0000000C-02",
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
},
"sink": {
"channels": [
@@ -209,7 +211,8 @@
"volume": 60,
"mute": false,
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
}
},
{
@@ -219,7 +222,8 @@
"volume": 70,
"mute": false,
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
}
},
{
@@ -229,7 +233,31 @@
"volume": 60,
"mute": false,
"params": {
- "rate": 48000
+ "rate": 48000,
+ "format": "S16_LE"
+ }
+ },
+ {
+ "uid": "legacy",
+ "verb": "legacy",
+ "zone": "back-seats",
+ "source": "loop-legacy",
+ "volume": 50,
+ "mute": false,
+ "params": {
+ "rate": 48000,
+ "format": "S16_LE"
+ }
+ },
+ {
+ "uid": "radio_stream",
+ "verb": "radio_stream",
+ "zone": "full-stereo",
+ "volume": 70,
+ "mute": true,
+ "params": {
+ "rate" : 48000,
+ "format": "S16_LE"
}
}
]