Searched refs:AUD_set_active_out (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio.h139 void AUD_set_active_out (SWVoiceOut *sw, int on);
H A DDevSB16.cpp397 AUD_set_active_out(pThis->voice, 1);
402 AUD_set_active_out(pThis->voice, 0);
417 AUD_set_active_out (pThis->voice, 1);
428 AUD_set_active_out (pThis->voice, 0);
1158 /* AUD_set_active_out (pThis->voice, 1); */
H A DDevIchAc97.cpp501 case PO_INDEX: AUD_set_active_out(pThis->voice_po, on); break;
820 AUD_set_active_out(pThis->voice_po, active[PO_INDEX]);
H A DDevIchHda.cpp1594 AUD_set_active_out(pThis->pCodec->SwVoiceOut, fRun);
3248 AUD_set_active_out(pThis->pCodec->SwVoiceOut, SDCTL(pThis, 4) & HDA_REG_FIELD_FLAG_MASK(SDCTL, RUN));
3507 AUD_set_active_out(pThis->pCodec->SwVoiceOut, false);
H A Daudio.c1169 void AUD_set_active_out (SWVoiceOut *sw, int on) function

Completed in 350 milliseconds