Lines Matching refs:audvol
313 custom.aud[0].audvol = custom.aud[1].audvol = 0; in StopDMA()
314 custom.aud[2].audvol = custom.aud[3].audvol = 0; in StopDMA()
430 custom.aud[0].audvol = dmasound.volume_left; in AmiSetVolume()
432 custom.aud[1].audvol = dmasound.volume_right; in AmiSetVolume()
435 custom.aud[2].audvol = 1; in AmiSetVolume()
436 custom.aud[3].audvol = 1; in AmiSetVolume()
438 custom.aud[2].audvol = 0; in AmiSetVolume()
439 custom.aud[3].audvol = 0; in AmiSetVolume()
484 custom.aud[0].audvol = dmasound.volume_left; in AmiPlayNextFrame()
485 custom.aud[1].audvol = dmasound.volume_right; in AmiPlayNextFrame()
502 custom.aud[2].audvol = 1; /* we are being affected by the beeps */ in AmiPlayNextFrame()
503 custom.aud[3].audvol = 1; /* restoring volume here helps a bit */ in AmiPlayNextFrame()
510 custom.aud[2].audvol = 0; in AmiPlayNextFrame()
511 custom.aud[3].audvol = 0; in AmiPlayNextFrame()
612 custom.aud[0].audvol = dmasound.volume_left; in AmiMixerInit()
613 custom.aud[3].audvol = 1; /* For pseudo 14bit */ in AmiMixerInit()
614 custom.aud[1].audvol = dmasound.volume_right; in AmiMixerInit()
615 custom.aud[2].audvol = 1; /* For pseudo 14bit */ in AmiMixerInit()