Home
last modified time | relevance | path

Searched refs:Alpha (Results 1 – 2 of 2) sorted by relevance

/sound/pci/trident/
Dtrident_main.c451 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) | in snd_trident_write_voice_regs()
459 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) | in snd_trident_write_voice_regs()
470 regs[3] = (voice->Alpha << 20) | in snd_trident_write_voice_regs()
932 voice->Alpha = 0; in snd_trident_playback_prepare()
958 evoice->Alpha = 0; in snd_trident_playback_prepare()
1079 voice->Alpha = 0; in snd_trident_capture_prepare()
1167 voice->Alpha = 0; in snd_trident_si7018_capture_prepare()
1187 evoice->Alpha = 0; in snd_trident_si7018_capture_prepare()
1245 voice->Alpha = 0; in snd_trident_foldback_prepare()
1264 evoice->Alpha = 0; in snd_trident_foldback_prepare()
[all …]
Dtrident.h277 unsigned short Alpha; /* 12 bits */ member