aboutsummaryrefslogtreecommitdiffstats
path: root/4a-hal-cfg-reference/hal-4a-rcar-m3kf-bt.json
diff options
context:
space:
mode:
Diffstat (limited to '4a-hal-cfg-reference/hal-4a-rcar-m3kf-bt.json')
-rw-r--r--4a-hal-cfg-reference/hal-4a-rcar-m3kf-bt.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/4a-hal-cfg-reference/hal-4a-rcar-m3kf-bt.json b/4a-hal-cfg-reference/hal-4a-rcar-m3kf-bt.json
index 24bd892..8336158 100644
--- a/4a-hal-cfg-reference/hal-4a-rcar-m3kf-bt.json
+++ b/4a-hal-cfg-reference/hal-4a-rcar-m3kf-bt.json
@@ -136,6 +136,25 @@
}
]
}
+ },
+ {
+ "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": [
@@ -212,6 +231,17 @@
"format": "S16_LE",
"channels": 2
}
+ },
+ {
+ "uid": "radio_stream",
+ "verb": "radio_stream",
+ "zone": "full-stereo",
+ "source" : "radio",
+ "volume": 70,
+ "mute": true,
+ "params": {
+ "rate" : 48000
+ }
}
]
}