aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-multimedia/audiomanager/audiomanager_7.6.bb
AgeCommit message (Collapse)Author
2018-02-12audio manager: update to v7.6Stephen Lawrence
Update meta-ivi to version 7.6 of the Genivi Audio Manager and Audio Manager Plugins components. Change log for AudioManager: bcaeed2 Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fix a551ce9 AmUtil: Check for valid timer handles to fix callback exception c60d46d AMUtil: Fixes infinite loop in dlt wrapper for out of range values of enumerations. d501459 CMake: protect replacement of COMMIT_LIST aa59667 Merge pull request #21 from JensLorenz/fixup_signalfd d244e59 Merge pull request #19 from JensLorenz/socket_hndl_utility_fix dc16c37 AMDaemon: set pthread_sigmask for signalfd 4090fe1 AMCore: remodel ctor Sender in Command and Routing c7f1fd1 AMUtil: fix missed copy in list Poll 4e72bcb CMake: add C in Project for Threads 43c445e AMUtil: use DLT API only when DLT is selected 50bbb68 CMake: Add pthread support 31922cc AMUtil: Fix for destroy controller on rundown 4bfe463 CMake: Use GNUInstalDirs destinations 3e9f797 AM: Destroy plugin implementation. f620be8 Merge pull request #16 from GENIVI/utility_updates be63615 The primary signals SIGINT and SIGQUIT are handled on top level in contrast to secondary signals SIGHUP, SIGTERM, SIGCHLD, which are handled in the SocketHandler. 375dc7b Fix for bug in CAmSocketHandler causing invalid pointers and crash. a737433 Two versions of CAmSerializer due to interface changes. 5abcd39 Signal handling via main loop with signalfd. 8f2d32d The database observer reverse pointer to the handler is initialized in registerObserver. da78ca5 CAmSerializer interface extended to support std::function. 99c3edf CAmSocketHandler - usage of std::function instead of function pointers, code cleanup and minior optimizations. 551d34d Linux specific TIMERFD implementation as alternative timer mechanism Change log for AudioManager Plugins: 03fa369 Merge pull request #9 from JensLorenz/dynamic-sound-card-support-and-fixes d67e8f0 ALSARA: proxy details held in interface eb8e1d6 ALSARA: Fix multiple pthread_join calls e9ad5ee ALSARA: fix string parsing 129cc56 ALSARA: enhance connection and source state management 152ecbe ALSARA: fix maps of ConnectionIDs a6bcd83 ALSARA: always update resources' DomainID e48ce53 ALSARA: add volumes for gateways b37fa58 ALSARA: Refactor internal database lookup 6b23dfe ALSARA: Preinitialize USB detection 85fe4c0 CMake: Fix install destinations 24469d7 ALSARA: manage USB soundcards as AM dynamic elements c12765e Merge pull request #8 from ytsunashima/devel_getVolume 3ebf3de CommandInterfaceDbus:Add getVolume Function Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>