mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-07-03 17:37:33 +00:00
22 lines
477 B
C
22 lines
477 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;
|
|
struct mtk_base_dsp;
|
|
struct ipi_msg_t;
|
|
#define AFE_DSP_NAME "AUDIO_DSP_PCM"
|
|
|
|
extern const struct snd_soc_component_driver mtk_dsp_pcm_platform;
|
|
extern unsigned int SmartpaSwdspProcessEnable;
|
|
|
|
#endif
|