Searched refs:TRIDENT_DEVICE_ID_SI7018 (Results 1 – 3 of 3) sorted by relevance
73 ((pci->vendor << 16) | pci->device) == TRIDENT_DEVICE_ID_SI7018 ? 1 : 2, in snd_trident_probe()85 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_probe()92 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()112 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()117 if (trident->device != TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()
131 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_codec_read()199 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_codec_write()243 if (trident->device == TRIDENT_DEVICE_ID_SI7018) in snd_trident_enable_eso()446 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_write_voice_regs()577 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_write_vol_reg()956 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_playback_prepare()1262 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_foldback_prepare()1303 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_spdif_hw_params()1369 if (trident->device != TRIDENT_DEVICE_ID_SI7018) { in snd_trident_spdif_prepare()1456 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1; in snd_trident_spdif_prepare()[all …]
18 #define TRIDENT_DEVICE_ID_SI7018 ((PCI_VENDOR_ID_SI<<16)|PCI_DEVICE_ID_SI_7018) macro