diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-27 20:21:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-27 20:21:25 +0000 |
commit | 84e947caba0673ce3e11ac5d946270c68c0e759f (patch) | |
tree | d550eecae48905804f234a64ef1aafbf164fcf0c /meta-audio-4a-framework | |
parent | 996a3335e66eee109b2de5c81c55d25d9521e0c0 (diff) | |
parent | 0df45621a4995214edde7aabc2fc38d2d2aa0467 (diff) |
Merge "setting Emergency and Warning to Pause lower priority streams"
Diffstat (limited to 'meta-audio-4a-framework')
-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", |