diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-27 20:21:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-27 20:21:29 +0000 |
commit | d2dd7262fe766075e1052d2a4707274ddbb44656 (patch) | |
tree | 9682687e32b8ca4b5f5ac02c184189eaa65f37e7 /meta-audio-4a-framework/recipes-multimedia | |
parent | 35f79521bdad93a97f4bc58fde182f2aca65d4c8 (diff) | |
parent | 5cfe3e4e2794884b8adf58c979f858cdb2c26365 (diff) |
Merge "setting Emergency and Warning to Pause lower priority streams" into eel
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-config/files/ahl-config.json.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/files/ahl-config.json.template b/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/files/ahl-config.json.template index 57fc5cca..f2244b83 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/files/ahl-config.json.template +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/files/ahl-config.json.template @@ -12,7 +12,7 @@ "output": [ "alsa.plug:Emergency_Main" ], - "interupt_behavior": "continue" + "interupt_behavior": "pause" }, { "name": "Warning", @@ -21,7 +21,7 @@ "output": [ "alsa.plug:Warning_Main" ], - "interupt_behavior": "continue" + "interupt_behavior": "pause" }, { "name": "CustomHigh", |