audio_manager_activate_bound_handle()

Activate the given audio manager handle and refresh audio ducking settings.

Synopsis:

#include <audio/audio_manager_routing.h>
 
int audio_manager_activate_bound_handle(unsigned int audioman_handle, bool refresh_ducking)

Arguments:

audioman_handle

The audio manager handle that is being activated.

refresh_ducking

true if refresh ducking should be enabled, false otherwise.

Library:

libaudio_manager

Description:

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.

Returns:

EOK upon success, negative errno upon failure.