blob: 496717052572ed6c103eb18fe4868f7b66aaf927 [file] [log] [blame]
developere0cea0f2021-12-16 16:08:26 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * vdaa_api_config.h
4 * VoiceDAA header config file
5 *
6 * Author(s):
7 * naqamar, laj
8 *
9 * Distributed by:
10 * Silicon Laboratories, Inc
11 *
12 * This file contains proprietary information.
13 * No dissemination allowed without prior written permission from
14 * Silicon Laboratories, Inc.
15 *
16 * File Description:
17 * This file is used
18 * in the VoiceDAA demonstration code.
19 *
20 *
21 */
22
23#ifndef VDAA_API_CFG_H
24#define VDAA_API_CFG_H
25
26/* #define DISABLE_MALLOC */
27/* #define DISABLE_VDAA_RING_DETECT_SETUP */
28/* #define DISABLE_VDAA_AUDIO_GAIN_SETUP */
29/* #define DISABLE_VDAA_PCM_SETUP */
30/* #define DISABLE_VDAA_COUNTRY_SETUP */
31/* #define DISABLE_VDAA_HYBRID_SETUP */
32#define DISABLE_VDAA_LOOPBACK_SETUP
33#define DISABLE_VDAA_IMPEDANCE_SETUP
34
35#ifndef ENABLE_DEBUG
36#define ENABLE_DEBUG
37#endif
38//#include "stdio.h"
39#include <linux/kernel.h>
40//#define LOGPRINT printf
41
42#endif