Home
last modified time | relevance | path

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

/sound/pci/trident/
Dtrident_main.c454 regs[3] = (voice->Attribute << 16) | FmcRvolCvol; in snd_trident_write_voice_regs()
938 voice->Attribute = 0; in snd_trident_playback_prepare()
940 voice->Attribute = (1<<(30-16))|(2<<(26-16))| in snd_trident_playback_prepare()
943 voice->Attribute = 0; in snd_trident_playback_prepare()
964 evoice->Attribute = (1<<(30-16))|(2<<(26-16))| in snd_trident_playback_prepare()
967 evoice->Attribute = 0; in snd_trident_playback_prepare()
1081 voice->Attribute = 0; in snd_trident_capture_prepare()
1170 voice->Attribute = (2 << (30-16)) | in snd_trident_si7018_capture_prepare()
1192 evoice->Attribute = 0; in snd_trident_si7018_capture_prepare()
1247 voice->Attribute = 0; in snd_trident_foldback_prepare()
[all …]
Dtrident.h280 unsigned short Attribute; /* 16 bits - SiS 7018 */ member