summaryrefslogtreecommitdiffstats
path: root/4a-hal-cfg-reference/hal-4a-rcar-m3kf.json
diff options
context:
space:
mode:
Diffstat (limited to '4a-hal-cfg-reference/hal-4a-rcar-m3kf.json')
-rw-r--r--4a-hal-cfg-reference/hal-4a-rcar-m3kf.json38
1 files changed, 36 insertions, 2 deletions
diff --git a/4a-hal-cfg-reference/hal-4a-rcar-m3kf.json b/4a-hal-cfg-reference/hal-4a-rcar-m3kf.json
index 5f9820a..e8200ce 100644
--- a/4a-hal-cfg-reference/hal-4a-rcar-m3kf.json
+++ b/4a-hal-cfg-reference/hal-4a-rcar-m3kf.json
@@ -110,7 +110,8 @@
]
}
},
- "captures": {
+ "captures": [
+ {
"uid": "RCAR-M3",
"path": "/dev/snd/by-path/platform-sound@1",
"params": {
@@ -136,7 +137,27 @@
}
]
}
- },
+ } ,
+ {
+ "uid": "radio",
+ "path": "/dev/snd/by-path/platform-sound@2",
+ "params": {
+ "channels": 2
+ },
+ "source": {
+ "channels": [
+ {
+ "uid": "radio-right",
+ "port": 0
+ },
+ {
+ "uid": "radio-left",
+ "port": 1
+ }
+ ]
+ }
+ }
+ ],
"zones": [
{
"uid": "full-stereo",
@@ -198,6 +219,19 @@
"rate": 48000,
"format": "S16_LE"
}
+ },
+ {
+ "uid": "radio_stream",
+ "verb": "radio_stream",
+ "zone": "full-stereo",
+ "source" : "radio",
+ "volume": 80,
+ "mute": true,
+ "params": {
+ "rate" : 48000,
+ "format": "S16_LE",
+ "channels": 2
+ }
}
]
}