Sort a list of group ID structures
#include <sys/asoundlib.h> void snd_mixer_sort_gid_table( snd_mixer_gid_t *list, int count, snd_mixer_weight_entry_t *table );
Most applications use the default table weight structure, snd_mixer_default_weights.
The snd_mixer_sort_gid_table() function sorts a list of gid (group id structures) based on the names and the relative weights specified by the weight table.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |