Attach the character string name to the mixer
#include <audio_driver.h> void ado_mixer_set_name( ado_mixer_t *mixer, char *name );
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.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |