diff options
author | Toshiaki Isogai <isogai.toshiaki@nttd-mse.com> | 2017-01-24 18:00:37 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-05-24 13:53:58 +0000 |
commit | 9e5c86a0645e95fd3fae0a76349a7b7db9207d0a (patch) | |
tree | 8ed2833bd14a4bba22809d0290146803b49f006f /recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | |
parent | f98eb9f66a10e91d5c1fb050550536822c2e8dca (diff) |
Add audio management between Media Player and Radio.
This patch enables loading router-module by default to manage audio routing
when both Media Player and Radio start playing.
Latter audio source selected by user enforces existing one corked.
Detail in below.
https://jira.automotivelinux.org/browse/SPEC-378
Bug-AGL: SPEC-606
Change-Id: I407924b1346f95573596434ba9b17c732cae5146
Signed-off-by: Toshiaki Isogai <isogai.toshiaki@nttd-mse.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-multimedia/pulseaudio/pulseaudio_%.bbappend')
-rw-r--r-- | recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend new file mode 100644 index 000000000..8ff6a736e --- /dev/null +++ b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0006-auto-load-module-router.patch" |