WF_MAX_SAMPLE      92 include/sound/snd_wavefront.h 	char sample_status[WF_MAX_SAMPLE]; /* WF_ST_* | WF_SLOT_* */
WF_MAX_SAMPLE     630 sound/isa/wavefront/wavefront_synth.c 	for (i = 0; i < WF_MAX_SAMPLE; i++) {
WF_MAX_SAMPLE     674 sound/isa/wavefront/wavefront_synth.c 		    WF_MAX_SAMPLE - dev->samples_used);
WF_MAX_SAMPLE     904 sound/isa/wavefront/wavefront_synth.c 	if (header->number >= WF_MAX_SAMPLE)
WF_MAX_SAMPLE    1336 sound/isa/wavefront/wavefront_synth.c 	for (i = 0; i < WF_MAX_SAMPLE; i++) {
WF_MAX_SAMPLE    1538 sound/isa/wavefront/wavefront_synth.c 		if (i <0 || i >= WF_MAX_SAMPLE) {