audio_manager_set_headphone_volume_boost()

[Privileged]Set the use of the headphone output volume boost.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_set_headphone_volume_boost(bool enable)

Arguments:

enable

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

Library:

libaudio_manager

Description:

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

Returns:

EOK upon success, negative errno upon failure.