Deprecated.
#include <audio/audio_manager_device.h>
int audio_manager_get_device_audio_path(audio_manager_device_t dev, char *path, int *size)
The type of the audio device to query.
The audio path.
The size of the path buffer. If not sufficient, the minimum size to store the path is returned.
Get the output audio path of the specified audio device. Use audio_manager_get_device_audio_path() to retrieve the audio output path of the specified audio device.
Deprecated:
This function is deprecated. Do not use this function. Use audio_manager_get_device_name() instead.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.