spurious_threshold  309 sound/pci/trident/trident.h 	unsigned int spurious_threshold; /* spurious threshold */
spurious_threshold  945 sound/pci/trident/trident_main.c 	voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
spurious_threshold  977 sound/pci/trident/trident_main.c 		evoice->spurious_threshold = voice->spurious_threshold;
spurious_threshold 1090 sound/pci/trident/trident_main.c 	voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
spurious_threshold 1187 sound/pci/trident/trident_main.c 	voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
spurious_threshold 1212 sound/pci/trident/trident_main.c 		evoice->spurious_threshold = voice->spurious_threshold;
spurious_threshold 1267 sound/pci/trident/trident_main.c 	voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size);
spurious_threshold 1289 sound/pci/trident/trident_main.c 		evoice->spurious_threshold = voice->spurious_threshold;
spurious_threshold 1406 sound/pci/trident/trident_main.c 		voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size);
spurious_threshold 1456 sound/pci/trident/trident_main.c 		voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size);
spurious_threshold 1483 sound/pci/trident/trident_main.c 			evoice->spurious_threshold = voice->spurious_threshold;
spurious_threshold 3737 sound/pci/trident/trident_main.c 			if ((unsigned int)delta < voice->spurious_threshold) {