audio_manager_get_headphone_override()

Deprecated.

Synopsis:

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

Arguments:

override

Whether extra volume boost is allowed. A value of true indicates that extra volume boost is allowed, a value of false indicates otherwise.

level

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

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

Get the headphone override status

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, a negative errno upon failure. The errno values are available in the errno.h file.