Suspend the given audio manager handle.
#include <audio/audio_manager_routing.h>
int audio_manager_suspend_handle(unsigned int audioman_handle)
The audio manager handle that is being suspended.
The audio_manager_suspend_handle() function suspends the given audio manager handle if it is not already bound with a PCM handle.
EOK upon success, negative errno upon failure.