Searched refs:TRIDENT_DEVICE_ID_SI7018 (Results 1 – 3 of 3) sorted by relevance
99 ((pci->vendor << 16) | pci->device) == TRIDENT_DEVICE_ID_SI7018 ? 1 : 2, in snd_trident_probe()114 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_probe()121 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()143 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()149 if (trident->device != TRIDENT_DEVICE_ID_SI7018 && in snd_trident_probe()
145 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_codec_read()213 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_codec_write()257 if (trident->device == TRIDENT_DEVICE_ID_SI7018) in snd_trident_enable_eso()460 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_write_voice_regs()591 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_write_vol_reg()997 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_playback_prepare()1309 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_foldback_prepare()1350 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_spdif_hw_params()1416 if (trident->device != TRIDENT_DEVICE_ID_SI7018) { in snd_trident_spdif_prepare()1503 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_spdif_prepare()[all …]
33 #define TRIDENT_DEVICE_ID_SI7018 ((PCI_VENDOR_ID_SI<<16)|PCI_DEVICE_ID_SI_7018) macro