Get an audio manager handle that is an alias of another audio manager handle.
#include <audio/audio_manager_routing.h>
int audio_manager_get_alias_handle(unsigned int target_audioman_handle, unsigned int *audioman_handle)
The target audio manager handle that the alias is created from.
The audio manager handle allocated.
The audio_manager_get_alias_handle() function returns the alias of a given audio manager handle. An alias audio manager handle has no audio policy effect.
EOK upon success, negative errno upon failure