Searched refs:AUD_set_active_out (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/VBox/Devices/Audio/ |
| H A D | audio.h | 139 void AUD_set_active_out (SWVoiceOut *sw, int on);
|
| H A D | DevSB16.cpp | 397 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 D | DevIchAc97.cpp | 501 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 D | DevIchHda.cpp | 1594 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 D | audio.c | 1169 void AUD_set_active_out (SWVoiceOut *sw, int on) function
|
Completed in 350 milliseconds