audio_manager_set_headphone_override()

[Privileged] Set the override status of the headphone output level

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_set_headphone_override(bool override)

Arguments:

override

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

Library:

libaudio_manager

Description:

Deprecated:

This function is deprecated.

The audio_manager_set_headphone_override() function sets the override status of the headphone output level to allow an extra volume boost to the headphone output.

Returns:

EOK upon success, negative errno upon failure.