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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident.c99 ((pci->vendor << 16) | pci->device) == TRIDENT_DEVICE_ID_SI7018 ? 1 : 2,
114 case TRIDENT_DEVICE_ID_SI7018:
121 if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
143 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) {
149 if (trident->device != TRIDENT_DEVICE_ID_SI7018 &&
H A Dtrident_main.c105 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
172 } else if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
216 if (trident->device == TRIDENT_DEVICE_ID_SI7018)
419 case TRIDENT_DEVICE_ID_SI7018:
537 case TRIDENT_DEVICE_ID_SI7018:
935 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1;
1242 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018 ? 0 : 1;
1283 if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
1349 if (trident->device != TRIDENT_DEVICE_ID_SI7018) {
1436 evoice->GVSel = trident->device == TRIDENT_DEVICE_ID_SI7018
[all...]
H A Dtrident_synth.c240 if (trident->device == TRIDENT_DEVICE_ID_SI7018)
896 case TRIDENT_DEVICE_ID_SI7018: str = "SiS 7018"; break;
940 case TRIDENT_DEVICE_ID_SI7018: str = "SiS 7018"; break;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h38 #define TRIDENT_DEVICE_ID_SI7018 ((PCI_VENDOR_ID_SI<<16)|PCI_DEVICE_ID_SI_7018) macro

Completed in 45 milliseconds