Home
last modified time | relevance | path

Searched refs:aud (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/sound/dmasound/
Ddmasound_paula.c326 custom.aud[0].audvol = custom.aud[1].audvol = 0; in StopDMA()
327 custom.aud[2].audvol = custom.aud[3].audvol = 0; in StopDMA()
393 custom.aud[i].audper = period; in AmiInit()
443 custom.aud[0].audvol = dmasound.volume_left; in AmiSetVolume()
445 custom.aud[1].audvol = dmasound.volume_right; in AmiSetVolume()
448 custom.aud[2].audvol = 1; in AmiSetVolume()
449 custom.aud[3].audvol = 1; in AmiSetVolume()
451 custom.aud[2].audvol = 0; in AmiSetVolume()
452 custom.aud[3].audvol = 0; in AmiSetVolume()
497 custom.aud[0].audvol = dmasound.volume_left; in AmiPlayNextFrame()
[all …]
/linux-2.4.37.9/arch/m68k/amiga/
Damisound.c87 custom.aud[2].audlc = snd_data; in amiga_mksound()
88 custom.aud[2].audlen = sizeof(sine_data)/2; in amiga_mksound()
89 custom.aud[2].audper = (unsigned short)period; in amiga_mksound()
90 custom.aud[2].audvol = 32; /* 50% of maxvol */ in amiga_mksound()
112 custom.aud[2].audper = amiga_audio_period; in nosound()
/linux-2.4.37.9/include/asm-m68k/
Damigahw.h193 } aud[4]; member