// Welch, Wright, & Morrow, 
// Real-time Digital Signal Processing, 2005
 
///////////////////////////////////////////////////////////////////////
// Filename: DSK_Config.h
//
// Synopsis: Declarations for configuring the DSK parameters
//
///////////////////////////////////////////////////////////////////////

#ifndef	DSK_Config_H_INCLUDED
#define DSK_Config_H_INCLUDED

#include "DSK_Support.h"  

// declarations for basic codec selection

// uncomment just the line for the codec in use
//#define CodecType 		TLC320AD535				// 6211/6711 DSK on board codec
//#define CodecType 		eDSP_PCM3006			// 6211/6711 DSK with Educational DSP PCM3006 daughtercard
//#define CodecType 		TI_PCM3003_16bit		// 6211/6711 DSK with TI audio daughtercard
#define CodecType 		DSK6713_LineInput		// 6713 DSK using line input
//#define CodecType 		DSK6713_MicInput_0db	// 6713 DSK using microphone input, no preamp
//#define CodecType 		DSK6713_MicInput_20db	// 6713 DSK using microphone input, +20db preamp

#define TimerDivider	EXTERNAL_CLOCK // use onboard codec daughtercard oscillator


#endif
