Lines Matching refs:custom
38 #define custom amiga_custom
313 custom.aud[0].audvol = custom.aud[1].audvol = 0;
314 custom.aud[2].audvol = custom.aud[3].audvol = 0;
315 custom.dmacon = AMI_AUDIO_OFF;
380 custom.aud[i].audper = period;
430 custom.aud[0].audvol = dmasound.volume_left;
432 custom.aud[1].audvol = dmasound.volume_right;
435 custom.aud[2].audvol = 1;
436 custom.aud[3].audvol = 1;
438 custom.aud[2].audvol = 0;
439 custom.aud[3].audvol = 0;
484 custom.aud[0].audvol = dmasound.volume_left;
485 custom.aud[1].audvol = dmasound.volume_right;
487 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0);
488 custom.aud[0].audlen = size;
489 custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1);
490 custom.aud[1].audlen = size;
491 custom.dmacon = AMI_AUDIO_8;
494 custom.aud[0].audlc = (u_short *)ZTWO_PADDR(ch0);
495 custom.aud[0].audlen = size;
496 custom.aud[1].audlc = (u_short *)ZTWO_PADDR(ch1);
497 custom.aud[1].audlen = size;
502 custom.aud[2].audvol = 1; /* we are being affected by the beeps */
503 custom.aud[3].audvol = 1; /* restoring volume here helps a bit */
504 custom.aud[2].audlc = (u_short *)ZTWO_PADDR(ch2);
505 custom.aud[2].audlen = size;
506 custom.aud[3].audlc = (u_short *)ZTWO_PADDR(ch3);
507 custom.aud[3].audlen = size;
508 custom.dmacon = AMI_AUDIO_14;
510 custom.aud[2].audvol = 0;
511 custom.aud[3].audvol = 0;
512 custom.dmacon = AMI_AUDIO_8;
524 custom.intena = IF_AUD0;
528 custom.intena = IF_SETCLR | IF_AUD0;
538 custom.intena = IF_SETCLR | IF_AUD0;
547 custom.intena = IF_SETCLR | IF_AUD0;
553 custom.intena = IF_SETCLR | IF_AUD0;
561 custom.intena = IF_AUD0;
588 custom.intena = IF_SETCLR | IF_AUD0;
612 custom.aud[0].audvol = dmasound.volume_left;
613 custom.aud[3].audvol = 1; /* For pseudo 14bit */
614 custom.aud[1].audvol = dmasound.volume_right;
615 custom.aud[2].audvol = 1; /* For pseudo 14bit */