From c2d8afaf9979b1f18d546aca7ddaab5192a4629a Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Mon, 5 Nov 2018 16:47:45 +0100 Subject: 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 --- cfg/hal-4a-unicens-118.json | 38 +++++++++++++++++++++++++++++++++----- cfg/hal-4a-unicens-210.json | 38 +++++++++++++++++++++++++++++++++----- 2 files changed, 66 insertions(+), 10 deletions(-) (limited to 'cfg') 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" } } ] -- cgit 1.2.3-korg