Searched refs:TRIDENT_DEVICE_ID_SI7018 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident.c98 ((pci->vendor << 16) | pci->device) == TRIDENT_DEVICE_ID_SI7018 ? 1 : 2,
113 case TRIDENT_DEVICE_ID_SI7018:
120 if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
142 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) {
148 if (trident->device != TRIDENT_DEVICE_ID_SI7018 &&
H A Dtrident_main.c104 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
171 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
215 if (trident->device == TRIDENT_DEVICE_ID_SI7018)
418 case TRIDENT_DEVICE_ID_SI7018:
536 case TRIDENT_DEVICE_ID_SI7018:
934 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1;
1241 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1;
1282 if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
1348 if (trident->device != TRIDENT_DEVICE_ID_SI7018) {
1435 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h33 #define TRIDENT_DEVICE_ID_SI7018 ((PCI_VENDOR_ID_SI<<16)|PCI_DEVICE_ID_SI_7018) macro

Completed in 48 milliseconds