diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-09-18 17:56:17 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:57:27 +0200 |
commit | b33ce546a31f051947465a080c8ddbe337f0c98a (patch) | |
tree | c68ae3b05c03f4bb94bc1c40aea9a4e43c0f2024 /4a-hal-cfg-community/hal-4a-2ch-generic-usb.json | |
parent | 6ad908ff865b41aa645749a31d8f459668f139a8 (diff) |
Added radio stream to all the HALs
Added the 'radio_stream' to all the HALs. This makes the radio role
work in HighLevelAPI.
Change-Id: I8f34224ec3dbbb1312b65642d89e672716414ac9
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to '4a-hal-cfg-community/hal-4a-2ch-generic-usb.json')
-rw-r--r-- | 4a-hal-cfg-community/hal-4a-2ch-generic-usb.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/4a-hal-cfg-community/hal-4a-2ch-generic-usb.json b/4a-hal-cfg-community/hal-4a-2ch-generic-usb.json index 84f8a96..34820b8 100644 --- a/4a-hal-cfg-community/hal-4a-2ch-generic-usb.json +++ b/4a-hal-cfg-community/hal-4a-2ch-generic-usb.json @@ -195,6 +195,16 @@ "params": { "rate": 48000 } + }, + { + "uid": "radio_stream", + "verb": "radio_stream", + "zone": "full-stereo", + "volume": 70, + "mute": true, + "params": { + "rate" : 48000 + } } ] } |