diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-20 14:46:45 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-18 13:01:13 +0100 |
commit | 3b4582fd7bbac25c1b8577d76b538e4e3fe8978c (patch) | |
tree | e81aa555beb26ea043fc11c94cabd30df7337397 /cfg | |
parent | 8dc6241c47e500a51afb3db1c77ac4c234f11b17 (diff) |
hal-unicens: removed unused sections, updated json
Bug-AGL: SPEC-1505
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/hal-4a-unicens-coax.json | 10 | ||||
-rw-r--r-- | cfg/hal-4a-unicens-utp.json | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/cfg/hal-4a-unicens-coax.json b/cfg/hal-4a-unicens-coax.json index b199123..0985ed3 100644 --- a/cfg/hal-4a-unicens-coax.json +++ b/cfg/hal-4a-unicens-coax.json @@ -99,7 +99,7 @@ ], "playbacks" : { "uid": "UNICENS", - "path": "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02", + "cardid": "hw:ep016ch", "params": { "rate": 48000, "format": "S16_LE" @@ -208,7 +208,7 @@ "uid": "multimedia", "verb": "multimedia", "zone": "full-stereo", - "volume": 60, + "volume": 70, "mute": false, "params": { "rate": 48000, @@ -230,7 +230,7 @@ "uid": "emergency", "verb": "emergency", "zone": "front-seats", - "volume": 60, + "volume": 70, "mute": false, "params": { "rate": 48000, @@ -240,9 +240,9 @@ { "uid": "legacy", "verb": "legacy", - "zone": "back-seats", + "zone": "full-stereo", "source": "loop-legacy", - "volume": 50, + "volume": 70, "mute": false, "params": { "rate": 48000, diff --git a/cfg/hal-4a-unicens-utp.json b/cfg/hal-4a-unicens-utp.json index ff7dbbc..9ef9041 100644 --- a/cfg/hal-4a-unicens-utp.json +++ b/cfg/hal-4a-unicens-utp.json @@ -99,7 +99,7 @@ ], "playbacks" : { "uid": "UNICENS", - "path": "/dev/snd/by-id/usb-Microchip-SMSC_OS81210_0200-0000000C-02", + "cardid": "hw:ep016ch", "params": { "rate": 48000, "format": "S16_LE" @@ -208,7 +208,7 @@ "uid": "multimedia", "verb": "multimedia", "zone": "full-stereo", - "volume": 60, + "volume": 70, "mute": false, "params": { "rate": 48000, @@ -230,7 +230,7 @@ "uid": "emergency", "verb": "emergency", "zone": "front-seats", - "volume": 60, + "volume": 70, "mute": false, "params": { "rate": 48000, @@ -241,8 +241,8 @@ "uid": "legacy", "verb": "legacy", "zone": "back-seats", - "source": "loop-legacy", - "volume": 50, + "source": "full-stereo", + "volume": 70, "mute": false, "params": { "rate": 48000, |