1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-07-03 17:37:33 +00:00
Files
a155-U-u1/kernel-5.10/sound/soc/mediatek/audio_dsp/mtk-dsp-platform-driver.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

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