audio_manager_get_device_from_name()

Get the audio device given the name of the device.

Synopsis:

#include <audio/audio_manager_device.h>
 
audio_manager_device_t audio_manager_get_device_from_name(const char *device_name)

Arguments:

device_name

The name of the device being returned.

Library:

libaudio_manager

Description:

The audio_manager_get_device_from_name() function returns the audio manager device given the name of the device.

Returns:

The device identifier.