summaryrefslogtreecommitdiffstats
path: root/conf.d/project/agl-ahl-config.json
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-11-01 22:18:54 +0100
committerFulup Ar Foll <fulup@iot.bzh>2017-11-01 22:19:54 +0100
commitab6e470190f2cc410b1f6fa8f146317a3c3b08b5 (patch)
tree5235d72c616cb8fc4295c9dc9ec56509bbbb0dc3 /conf.d/project/agl-ahl-config.json
parented0fb265decf8bb562ad27d18985705b9de74f15 (diff)
Integration with AlsaHookPlugin (work in progress)
Diffstat (limited to 'conf.d/project/agl-ahl-config.json')
-rw-r--r--conf.d/project/agl-ahl-config.json128
1 files changed, 0 insertions, 128 deletions
diff --git a/conf.d/project/agl-ahl-config.json b/conf.d/project/agl-ahl-config.json
deleted file mode 100644
index f49c0be..0000000
--- a/conf.d/project/agl-ahl-config.json
+++ /dev/null
@@ -1,128 +0,0 @@
-{
- "version": "0.2.0",
- "policy_module": "AudioPolicy_v1",
- "description": "High-level binding configuration file",
- "note": "Devices and routings are always listed in order of priority (for device selection rules)",
- "hal_list": ["ensoniq","usbaudio"],
- "audio_roles": [
- {
- "name": "Warning",
- "id": 0,
- "description": "Safety-relevant or critical alerts/alarms",
- "priority": 100,
- "output": [
- "alsa.plug:Warning_Main",
- "alsa.plug:Warning_DriverHR"
- ],
- "actions": [
- "emergency_brake",
- "collision_warning",
- "blind_spot_warning"
- ],
- "interupt_behavior": "pause"
- },
- {
- "name": "Guidance",
- "id": 1,
- "description": "Important user information where user action is expected (e.g. navigation instruction)",
- "priority": 25,
- "output": [
- "alsa.plug:Guidance_Main",
- "alsa.plug:Guidance_DriverHR"
- ],
- "actions": [
- "lane_guidance_left",
- "lane_guidance_right",
- "destination_reached"
- ],
- "interupt_behavior": "continue"
- },
- {
- "name": "Notification",
- "id": 2,
- "description": "HMI or else notifications (e.g. touchscreen events, speech recognition on/off,...)",
- "priority": 0,
- "output": [
- "alsa.plug:Notification_Main",
- "alsa.plug:Notification_DriverHR"
- ],
- "actions": [
- "home",
- "context_switch",
- "accept",
- "cancel",
- "selection_change"
- ],
- "interupt_behavior": "cancel"
- },
- {
- "name": "Communication",
- "id": 3,
- "description": "Voice communications (e.g. handsfree, speech recognition)",
- "priority": 50,
- "output": [
- "alsa.plug:Communications_Main",
- "alsa.plug:Communications_DriverHR",
- ],
- "input": [
- "alsa.hw:0",
- ],
- "actions": [
- "bt_device_connected",
- "bt_device_disconnected",
- "sms_received"
- ],
- "interupt_behavior": "continue"
- },
- {
- "name": "Entertainment",
- "id": 4,
- "description": "Multimedia content (e.g. tuner, media player, etc.)",
- "priority": 0,
- "output": [
- "alsa.plug:Entertainment_Main",
- "alsa.plug:Entertainment_DriverHR",
- ],
- "interupt_behavior": "pause"
- },
- {
- "name": "System",
- "id": 5,
- "description": "System level content or development",
- "priority": 100,
- "output": [
- "alsa.hw:0"
- ],
- "input": [
- "alsa.hw:0"
- ],
- "interupt_behavior": "continue"
- },
- {
- "name": "Startup",
- "id": 6,
- "description": "Early (startup) sound",
- "priority": 100,
- "output": [
- "alsa.hw:0"
- ],
- "actions": [
- "welcome_sound"
- ],
- "interupt_behavior": "pause"
- },
- {
- "name": "Shutdown",
- "id": 7,
- "description": "Late (shutdown) sound",
- "priority": 100,
- "output": [
- "alsa.hw:0"
- ],
- "actions": [
- "goodbye_sound"
- ],
- "interupt_behavior": "cancel"
- }
- ]
-}