From 4978d96105c94c457b5e4dbd575c4f636a2249a6 Mon Sep 17 00:00:00 2001
From: Jonathan Aillet <jonathan.aillet@iot.bzh>
Date: Mon, 11 Jun 2018 11:10:33 +0200
Subject: 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>
---
 4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json | 9 ++++-----
 1 file 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",
-- 
cgit