diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-11 11:10:33 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:52:51 +0200 |
commit | 4978d96105c94c457b5e4dbd575c4f636a2249a6 (patch) | |
tree | 2276e050ddf948ec142e70c57d73d16a80f29c4b /4a-hal-cfg-community | |
parent | 9ba38deb72eff0479c0f99c92d121df9861ebbca (diff) |
Updates json controller configuration files
Change stream uid to simplify search.
Remove the prefix as it won't be used (for now).
Change-Id: Ieafc53f51458648860334ac3a4fb641446d8639f
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal-cfg-community')
-rw-r--r-- | 4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json b/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json index dde69d6..f17fe9d 100644 --- a/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json +++ b/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json @@ -65,7 +65,6 @@ "halmixer": { "uid": "csl-cm106-8ch-usb", "mixerapi": "smixer", - "prefix": "cm106", "ramps": [ { "uid": "ramp-fast", @@ -237,7 +236,7 @@ ], "streams": [ { - "uid": "stream-multimedia", + "uid": "multimedia", "verb": "multimedia", "zone": "full-stereo", "volume": 60, @@ -247,7 +246,7 @@ } }, { - "uid": "stream-navigation", + "uid": "navigation", "verb": "navigation", "zone": "front-seats", "volume": 70, @@ -257,7 +256,7 @@ } }, { - "uid": "stream-emergency", + "uid": "emergency", "verb": "emergency", "zone": "front-seats", "volume": 60, @@ -267,7 +266,7 @@ } }, { - "uid": "stream-pulseaudio", + "uid": "legacy", "verb": "legacy", "zone": "back-seats", "source": "loop-legacy", |