Lines Matching refs:aud

312 	custom.aud[0].audvol = custom.aud[1].audvol = 0;  in StopDMA()
313 custom.aud[2].audvol = custom.aud[3].audvol = 0; in StopDMA()
379 custom.aud[i].audper = period; in AmiInit()
429 custom.aud[0].audvol = dmasound.volume_left; in AmiSetVolume()
431 custom.aud[1].audvol = dmasound.volume_right; in AmiSetVolume()
434 custom.aud[2].audvol = 1; in AmiSetVolume()
435 custom.aud[3].audvol = 1; in AmiSetVolume()
437 custom.aud[2].audvol = 0; in AmiSetVolume()
438 custom.aud[3].audvol = 0; in AmiSetVolume()
483 custom.aud[0].audvol = dmasound.volume_left; in AmiPlayNextFrame()
484 custom.aud[1].audvol = dmasound.volume_right; in AmiPlayNextFrame()
486 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0); in AmiPlayNextFrame()
487 custom.aud[0].audlen = size; in AmiPlayNextFrame()
488 custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1); in AmiPlayNextFrame()
489 custom.aud[1].audlen = size; in AmiPlayNextFrame()
493 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0); in AmiPlayNextFrame()
494 custom.aud[0].audlen = size; in AmiPlayNextFrame()
495 custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1); in AmiPlayNextFrame()
496 custom.aud[1].audlen = size; in AmiPlayNextFrame()
501 custom.aud[2].audvol = 1; /* we are being affected by the beeps */ in AmiPlayNextFrame()
502 custom.aud[3].audvol = 1; /* restoring volume here helps a bit */ in AmiPlayNextFrame()
503 custom.aud[2].audlc = (u_short *)ZTWO_PADDR(ch2); in AmiPlayNextFrame()
504 custom.aud[2].audlen = size; in AmiPlayNextFrame()
505 custom.aud[3].audlc = (u_short *)ZTWO_PADDR(ch3); in AmiPlayNextFrame()
506 custom.aud[3].audlen = size; in AmiPlayNextFrame()
509 custom.aud[2].audvol = 0; in AmiPlayNextFrame()
510 custom.aud[3].audvol = 0; in AmiPlayNextFrame()
611 custom.aud[0].audvol = dmasound.volume_left; in AmiMixerInit()
612 custom.aud[3].audvol = 1; /* For pseudo 14bit */ in AmiMixerInit()
613 custom.aud[1].audvol = dmasound.volume_right; in AmiMixerInit()
614 custom.aud[2].audvol = 1; /* For pseudo 14bit */ in AmiMixerInit()