19 lines
358 B
C
19 lines
358 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Samsung Exynos SoC series dsp driver
|
||
|
*
|
||
|
* Copyright (c) 2020 Samsung Electronics Co., Ltd.
|
||
|
* http://www.samsung.com/
|
||
|
*/
|
||
|
|
||
|
#ifndef __DSP_CONFIG_H__
|
||
|
#define __DSP_CONFIG_H__
|
||
|
|
||
|
#define ENABLE_DYNAMIC_DEBUG_LOG
|
||
|
//#define ENABLE_CALL_PATH_LOG
|
||
|
#define ENABLE_INFO_LOG
|
||
|
|
||
|
//#define ENABLE_DSP_VELOCE
|
||
|
|
||
|
#endif
|