Revision 7626f39f hw/ac97.c

b/hw/ac97.c
1242 1242
    V_ (AC97_Line_In_Volume_Mute, AUD_MIXER_LINE_IN);
1243 1243
#undef V_
1244 1244
#endif
1245
    active[PI_INDEX] = !!(s->bm_regs[PI_INDEX].cr & CR_RPBM);
1246
    active[PO_INDEX] = !!(s->bm_regs[PO_INDEX].cr & CR_RPBM);
1247
    active[MC_INDEX] = !!(s->bm_regs[MC_INDEX].cr & CR_RPBM);
1245 1248
    reset_voices (s, active);
1246 1249

  
1247 1250
    s->bup_flag = 0;

Also available in: Unified diff