Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-cx2584x-v4l.c43 int aud; member
54 .aud = CX25840_AUDIO8,
58 .aud = CX25840_AUDIO_SERIAL,
62 .aud = CX25840_AUDIO_SERIAL,
66 .aud = CX25840_AUDIO_SERIAL,
79 .aud = CX25840_AUDIO5,
85 .aud = CX25840_AUDIO_SERIAL,
89 .aud = CX25840_AUDIO_SERIAL,
93 .aud = CX25840_AUDIO_SERIAL,
106 .aud = CX25840_AUDIO_SERIAL,
[all …]
/linux-3.4.99/sound/oss/dmasound/
Ddmasound_paula.c312 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()
[all …]
/linux-3.4.99/arch/m68k/amiga/
Damisound.c90 custom.aud[2].audlc = snd_data; in amiga_mksound()
91 custom.aud[2].audlen = sizeof(sine_data)/2; in amiga_mksound()
92 custom.aud[2].audper = (unsigned short)period; in amiga_mksound()
93 custom.aud[2].audvol = 32; /* 50% of maxvol */ in amiga_mksound()
115 custom.aud[2].audper = amiga_audio_period; in nosound()
/linux-3.4.99/arch/m68k/include/asm/
Damigahw.h188 } aud[4]; member