| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Search a mixer for a group
#include <audio_driver.h>
ado_mixer_dgroup_t *ado_mixer_find_group
  ( ado_mixer_t *mixer,
    int8_t *name,
    int32_t index );
The ado_mixer_find_group() searches in the given mixer for a group with the specified name and index.
A pointer to the found group, or NULL if no exact match was found.
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |