audio_manager_get_headphone_override()

Get the headphone override status.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_get_headphone_override(bool *override, int *level)

Arguments:

override

True, if the extra volume boost is allowed; false, otherwise.

level

The output level in percentage (0-100) that the headphone volume is allowed.

Library:

libaudio_manager

Description:

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.

Returns:

EOK upon success, negative errno upon failure.