From e9cf87ac429153c696678784a70ea70cfdffd27f Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Wed, 13 Jun 2018 15:36:21 +0200 Subject: Add Hal (audio json configration files) Add some audio json configration files inspired from hal available in '4a-hal-reference' and '4a-hal-community'. Each one of these files are meant to be be a reproduction of old hal using the new 4a-hal implementation. List of hal added : - Rcar M3 - Intel Minnowboard - 2ch generic usb - Intel - Jabra solemate - Ensoniq Change-Id: I6bac5ed1e6d4ab72975427a9a2343851f874df79 Signed-off-by: Jonathan Aillet --- 4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json') diff --git a/4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json b/4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json index 14eecbf..fdc3b19 100644 --- a/4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json +++ b/4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json @@ -7,7 +7,7 @@ "require": [ "alsacore", "smixer" ], "info": "4a hal for 2ch generic USB device", "author": "Jonathan Aillet", - "date": "2018-06-09" + "date": "2018-06-13" }, "controls": [ { @@ -50,6 +50,12 @@ "uid": "2ch-generic-usb", "mixerapi": "smixer", "ramps": [ + { + "uid": "ramp-very-fast", + "delay": 50, + "up": 6, + "down": 10 + }, { "uid": "ramp-fast", "delay": 50, @@ -64,6 +70,12 @@ }, { "uid": "ramp-slow", + "delay": 50, + "up": 2, + "down": 2 + }, + { + "uid": "ramp-very-slow", "delay": 100, "up": 1, "down": 1 -- cgit 1.2.3-korg