21 lines
439 B
C
21 lines
439 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
/*
|
||
|
|
* mtk-dsp-platform.h -- Mediatek ADSP platform
|
||
|
|
*
|
||
|
|
* Copyright (c) 2018 MediaTek Inc.
|
||
|
|
* Author: Chipeng <Chipeng.chang@mediatek.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
#ifndef _MTK_DSP_PLATFORM_DRIVER_H_
|
||
|
|
#define _MTK_DSP_PLATFORM_DRIVER_H_
|
||
|
|
|
||
|
|
struct mtk_base_afe;
|
||
|
|
|
||
|
|
#define AFE_DSP_NAME "AUDIO_DSP_PCM"
|
||
|
|
|
||
|
|
extern const struct snd_soc_component_driver mtk_dsp_pcm_platform;
|
||
|
|
extern unsigned int SmartpaSwdspProcessEnable;
|
||
|
|
|
||
|
|
#endif
|