Lines Matching defs:on
131 #define BD_IOC RT_BIT(31) /**< Interrupt on Completion */
465 static void ichac97StreamSetActive(PAC97STATE pThis, int bm_index, int on)
469 LogFlowFunc(("index=%d, on=%d\n", bm_index, on));
478 pDrv->LineIn.pStrmIn, RT_BOOL(on));
484 pDrv->Out.pStrmOut, RT_BOOL(on));
490 pDrv->MicIn.pStrmIn, RT_BOOL(on));
500 case PI_INDEX: AUD_set_active_in( pThis->voice_pi, on); break;
501 case PO_INDEX: AUD_set_active_out(pThis->voice_po, on); break;
502 case MC_INDEX: AUD_set_active_in( pThis->voice_mc, on); break;
900 * Linux ALSA depends on this behavior.
2195 * Reset the mixer too. The Windows XP driver seems to rely on
2522 "output or depending on audio input may hang. Make sure your host audio device "
2568 "output or depending on audio input may hang. Make sure your host audio device "