summaryrefslogtreecommitdiffstats
path: root/meta-audio-soundmanager-framework
AgeCommit message (Collapse)AuthorFilesLines
2018-07-27Update: change repository for soundmanagerKazumasa Mitsunari2-4/+6
Change repositories from staging. Following commits are included agl-service-soundmanager 5106b9d Change .gitreview libsoundmanager 7322b82 Change .gitreview Change-Id: I5324f4a4552cd4461631719ebe1c01fa5ddde08a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-03-21Enable soundmanager to receive AudioManager signalKazumasa Mitsunari1-0/+2
enable soundmanager to receive AudioManager signal such like asyncConnect. Change-Id: If30fe737ede4099d26e173ebbec28b8940c48b71 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2018-02-05Change the type of alias to runtime dependencyKazumasa Mitsunari2-2/+2
These aliased recipe which installs configuration files are used on runtime, not used on build time. So these recipes should be aliased as runtime dependency. Change-Id: I13146a55dfdb4e0a37818d430fb7ef286acf6077 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-12-30Enable 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>