pitch_target      217 sound/pci/emu10k1/emupcm.c 	unsigned int pitch_target;
pitch_target      219 sound/pci/emu10k1/emupcm.c 	pitch_target = (rate << 8) / 375;
pitch_target      220 sound/pci/emu10k1/emupcm.c 	pitch_target = (pitch_target >> 1) + (pitch_target & 1);
pitch_target      221 sound/pci/emu10k1/emupcm.c 	return pitch_target;
pitch_target      231 sound/pci/emu10k1/emupcm.c static unsigned int emu10k1_select_interprom(unsigned int pitch_target)
pitch_target      233 sound/pci/emu10k1/emupcm.c 	if (pitch_target == PITCH_48000)
pitch_target      235 sound/pci/emu10k1/emupcm.c 	else if (pitch_target < PITCH_48000)
pitch_target      237 sound/pci/emu10k1/emupcm.c 	else if (pitch_target >= PITCH_96000)
pitch_target      239 sound/pci/emu10k1/emupcm.c 	else if (pitch_target >= PITCH_85000)
pitch_target      241 sound/pci/emu10k1/emupcm.c 	else if (pitch_target >= PITCH_80726)
pitch_target      243 sound/pci/emu10k1/emupcm.c 	else if (pitch_target >= PITCH_67882)
pitch_target      245 sound/pci/emu10k1/emupcm.c 	else if (pitch_target >= PITCH_57081)
pitch_target      282 sound/pci/emu10k1/emupcm.c 	unsigned int pitch_target;
pitch_target      353 sound/pci/emu10k1/emupcm.c 		pitch_target = PITCH_48000; /* Disable interpolators on emu1010 card */
pitch_target      355 sound/pci/emu10k1/emupcm.c 		pitch_target = emu10k1_calc_pitch_target(runtime->rate);
pitch_target      358 sound/pci/emu10k1/emupcm.c 			      emu10k1_select_interprom(pitch_target) |
pitch_target      362 sound/pci/emu10k1/emupcm.c 			      emu10k1_select_interprom(pitch_target) |
pitch_target      694 sound/pci/emu10k1/emupcm.c 	unsigned int voice, pitch, pitch_target;
pitch_target      704 sound/pci/emu10k1/emupcm.c 		pitch_target = PITCH_48000; /* Disable interpolators on emu1010 card */
pitch_target      706 sound/pci/emu10k1/emupcm.c 		pitch_target = emu10k1_calc_pitch_target(runtime->rate);
pitch_target      707 sound/pci/emu10k1/emupcm.c 	snd_emu10k1_ptr_write(emu, PTRX_PITCHTARGET, voice, pitch_target);
pitch_target      709 sound/pci/emu10k1/emupcm.c 		snd_emu10k1_ptr_write(emu, CPF_CURRENTPITCH, voice, pitch_target);