///////////////////////////////////////////////////////////////////////
// Filename: DSK_Config.h
//
// Synopsis: Declarations for configuring the DSK parameters
//
// Authors:  Michael G. Morrow
//
// Date of Last Revision: 2/17/2004
//
// Copyright (c): 2001-2004 by Michael G. Morrow.  All rights reserved.
///////////////////////////////////////////////////////////////////////

#ifndef	DSK_Config_H_INCLUDED
#define DSK_Config_H_INCLUDED

// declarations for basic codec selection

// uncomment the line for the codec in use
#define CodecType 		TLC320AD535 
//#define CodecType 		eDSP_PCM3006
//#define CodecType 		TI_PCM3003_16bit
//#define CodecType 		DSK6713_16bit // need to use different CDB file

#endif