Create a name that identifies an instance of the audio hardware
#include <audio_driver.h> void ado_card_set_longname( ado_card_t *card, char *name, uint32_t addr );
The ado_card_set_longname() convenience function builds a character string of up to 80 characters that identifies an instance of the audio hardware.
The resulting name must be unique, even across multiple invocations of the same driver. For example, SoundBlaster16 @ 220.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |