ado_mixer_set_name()

Attach the character string name to the mixer

Synopsis:

#include <audio_driver.h>

void ado_mixer_set_name( ado_mixer_t *mixer,
                         char *name );

Arguments:

mixer
A pointer to the ado_mixer_t structure for the mixer.
name
The name to be attached to the mixer.

Description:

The ado_mixer_set_name() function attaches the given name to the given mixer.

A mixer has only one name. It's visible to programmers through the external API and should uniquely represent this specific mixer hardware.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No