Activate the given audio manager handle and refresh audio ducking settings.
#include <audio/audio_manager_routing.h>
int audio_manager_activate_bound_handle(unsigned int audioman_handle, bool refresh_ducking)
The audio manager handle that is being activated.
true if refresh ducking should be enabled, false otherwise.
The audio_manager_activate_bound_handle() function activates the given audio manager handle if it is already bound with a PCM handle by snd_pcm_set_audioman_handle.
Note that this function is intended for use by system components. Therefore, it is not suitable for all applications.
EOK upon success, negative errno upon failure.