Logically associate a mixer element and group with a PCM subchannel device
#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 );
- 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.
The ado_pcm_subchn_mixer() function
logically associates a mixer element and group
with a PCM subchannel device.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
No |
Thread |
Yes |