Get the current default audio output device picked by audio manager.
#include <audio/audio_manager_device.h>
int audio_manager_get_default_device(audio_manager_device_t *dev)
The default audio device.
The audio_manager_get_default_device() function returns the type of the default audio output device picked by the audio manager.
EOK upon success, negative errno upon failure.