[Previous] [Contents] [Next]

snd_mixer_sort_gid_table()

Sort a list of group ID structures

Synopsis:

#include <sys/asoundlib.h>

void snd_mixer_sort_gid_name_index( 
                    snd_mixer_gid_t * list,
                    int count,
                    snd_mixer_weight_entry_t * table );

Library:

libasound.so

Description:

The snd_mixer_sort_gid_table() function sorts a list of gid (group id structures) based on the name and the relative weight specified by the weight table. Most applications use the default table weight structure snd_mixer_default_weights.

Returns:

Nothing.

Errors:

None.

Classification:

ALSA

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

See also:

snd_mixer_groups()


[Previous] [Contents] [Next]