| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Sort a list of element ID structures
#include <sys/asoundlib.h>
void snd_mixer_sort_eid_table( 
        snd_mixer_eid_t *list,
        int count,
        snd_mixer_weight_entry_t *table );
Most applications use the default table weight structure, snd_mixer_default_weights.
libasound.so
The snd_mixer_sort_eid_table() function sorts a list of eid (element id structures) based on the names and the relative weights specified by the weight table.
|  | We recommend that you work with mixer groups instead of manipulating the elements directly. | 
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
snd_mixer_eid_t, snd_mixer_elements(), snd_mixer_weight_entry_t
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |