summaryrefslogtreecommitdiffstats
path: root/meta-audio-soundmanager-framework
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19Bump the latest revision on eel branchKazumasa Mitsunari2-2/+2
SRCREV designates the latest revision on master branch. Correct it to eel branch. Change-Id: I95f0b9392bd741882bc81f390608883509b6e8dc Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-01-03Enable audio management with Sound Manager automaticallyKazumasa Mitsunari14-0/+790
Originally, configuration.xml(Audio policy file for Sound Manager) must be replaced manually to use Sound Manager. And /etc/pulse/default.pa file must be modified not to load module router manually for now. The module-router couldn't coexist with soundmanager for now. (In the future, coexist for supporting legacy apps) This patch enables Audio Management system based on Sound Manager and Genivi Audio Manager automatically. [Patch Set3] - Remove bbappend - Override pulseaudio-config - Override audiomanager-plugins-config - Add PREFERRED_PROVIDER to the packagegroup-hmi-framework.bb [Patch Set6] - Remove recipes related to soundmanager from hmi-framework - Create a new feature as agl-audio-soundmanager-framework [Patch Set7] - Use PROVIDES instead of RPROVIDES Bug-AGL: SPEC-1025, SPEC-1026, SPEC-1027 Change-Id: I26e484e130feac2bedc13839110a6208579b8bbc Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>