ado_mixer_find_group()

Search a mixer for a group

Synopsis:

#include <audio_driver.h>

ado_mixer_dgroup_t *ado_mixer_find_group
  ( ado_mixer_t *mixer,
    int8_t *name,
    int32_t index );

Arguments:

mixer
A pointer to the ado_mixer_t structure for the mixer.
name
The name of the group.
index
The index of the group.

Description:

The ado_mixer_find_group() searches in the given mixer for a group with the specified name and index.

Returns:

A pointer to the found group, or NULL if no exact match was found.

Classification:

QNX Neutrino

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

See also:

ado_mixer_find_element()