| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Attach a function to the mixer to be called when a hardware reset of the mixer occurs
#include <audio_driver.h>
void ado_mixer_set_reset_func
  ( ado_mixer_t *mixer,
    ado_mixer_reset_t *reset );
int32_t reset( MIXER_CONTEXT_T *context );
The io-audio manager ignores the value that the reset function returns.
The ado_mixer_set_reset_func() attaches a function to the mixer that io-audio calls when a hardware reset of the mixer occurs.
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) |