unplugged-kernel/sound/soc/mediatek/scp_vow/mt6873/mtk-scp-vow-platform.c

12 lines
212 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
//
// Copyright (C) 2019 MediaTek Inc.
#include "mtk-scp-vow-platform.h"
#include "mt6873-afe-common.h"
int get_scp_vow_memif_platform_id(void)
{
return MT6873_MEMIF_AWB;
}