diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-20 09:46:04 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-18 13:01:13 +0100 |
commit | 8dc6241c47e500a51afb3db1c77ac4c234f11b17 (patch) | |
tree | a70af64c65a2d410165fee31811ba41b8214116a /cfg | |
parent | c2d8afaf9979b1f18d546aca7ddaab5192a4629a (diff) |
hal-unicens: introduced mutexes, update config
Bug-AGL: SPEC-1505
- increase default volume
- introduced mutexes to avoid conc. access
- enable again message transmission which was disabled
for debugging
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/hal-4a-unicens-coax.json (renamed from cfg/hal-4a-unicens-118.json) | 2 | ||||
-rw-r--r-- | cfg/hal-4a-unicens-utp.json (renamed from cfg/hal-4a-unicens-210.json) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cfg/hal-4a-unicens-118.json b/cfg/hal-4a-unicens-coax.json index a45867e..b199123 100644 --- a/cfg/hal-4a-unicens-118.json +++ b/cfg/hal-4a-unicens-coax.json @@ -43,7 +43,7 @@ "info": "Sets master playback volume", "alsa": { "name": "Master Playback Volume", - "value": 80, + "value": 90, "create": { "type": "INTEGER", diff --git a/cfg/hal-4a-unicens-210.json b/cfg/hal-4a-unicens-utp.json index 1782aad..ff7dbbc 100644 --- a/cfg/hal-4a-unicens-210.json +++ b/cfg/hal-4a-unicens-utp.json @@ -43,7 +43,7 @@ "info": "Sets master playback volume", "alsa": { "name": "Master Playback Volume", - "value": 80, + "value": 90, "create": { "type": "INTEGER", |