diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-13 15:36:21 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:53:53 +0200 |
commit | e9cf87ac429153c696678784a70ea70cfdffd27f (patch) | |
tree | 60aa1a9b59d5bad37cf018dc78b87b7d430f2cc2 /4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json | |
parent | 81d38709a3f1504f156ff0ccb416f015cefbfcfe (diff) |
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 <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json')
-rw-r--r-- | 4a-hal-cfg-reference/hal-4a-2ch-generic-usb.json | 14 |
1 files changed, 13 insertions, 1 deletions
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": [ { @@ -51,6 +51,12 @@ "mixerapi": "smixer", "ramps": [ { + "uid": "ramp-very-fast", + "delay": 50, + "up": 6, + "down": 10 + }, + { "uid": "ramp-fast", "delay": 50, "up": 2, @@ -64,6 +70,12 @@ }, { "uid": "ramp-slow", + "delay": 50, + "up": 2, + "down": 2 + }, + { + "uid": "ramp-very-slow", "delay": 100, "up": 1, "down": 1 |