Deprecated.
#include <audio/audio_manager_volume.h>
int audio_manager_get_headphone_override(bool *override, int *level)
Whether extra volume boost is allowed. A value of true indicates that extra volume boost is allowed, a value of false indicates otherwise.
The output level in percentage (0-100) that the headphone volume is allowed.
Deprecated:
This function is deprecated.
The audio_manager_get_headphone_override() function returns the headphone volume override status. The override allows extra volume boost to the headphone output.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.