ado_pcm_subchn_mixer()

Logically associate a mixer element and group with a PCM subchannel device

Synopsis:

#include <audio_driver.h>

void ado_pcm_subchn_mixer
  ( ado_pcm_subchn_t *subchn,
    ado_mixer_t *mixer,
    ado_mixer_delement_t *delement,
    ado_mixer_dgroup_t *dgroup );

Arguments:

subchn
The PCM subchannel device.
mixer
The mixer that contains both the element and the group.
delement
The mixer element associated with the subchannel.
dgroup
The mixer group that best controls the subchannel.

Description:

The ado_pcm_subchn_mixer() function logically associates a mixer element and group with a PCM subchannel device.

Classification:

QNX Neutrino

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