blob: d04b43545042bf57ac30471a22d67d54bd8fcfd1 [file] [log] [blame]
/*
** Copyright © 2008-2010 by Silicon Laboratories
**
** $Id: vdaa_api_config.h 1994 2010-06-01 23:48:45Z nizajerk $
**
** vdaa_api_config.h
** VoiceDAA header config file
**
** Author(s):
** naqamar, laj
**
** Distributed by:
** Silicon Laboratories, Inc
**
** This file contains proprietary information.
** No dissemination allowed without prior written permission from
** Silicon Laboratories, Inc.
**
** File Description:
** This file is used
** in the VoiceDAA demonstration code.
**
**
*/
#ifndef VDAA_API_CFG_H
#define VDAA_API_CFG_H
/* #define DISABLE_MALLOC */
/* #define DISABLE_VDAA_RING_DETECT_SETUP */
/* #define DISABLE_VDAA_AUDIO_GAIN_SETUP */
/* #define DISABLE_VDAA_PCM_SETUP */
/* #define DISABLE_VDAA_COUNTRY_SETUP */
/* #define DISABLE_VDAA_HYBRID_SETUP */
#define DISABLE_VDAA_LOOPBACK_SETUP
#define DISABLE_VDAA_IMPEDANCE_SETUP
#ifndef ENABLE_DEBUG
#define ENABLE_DEBUG
#endif
#include "stdio.h"
#define LOGPRINT printf
#endif