1283b6124SGarlic Tseng /*
2283b6124SGarlic Tseng  * mtk-afe-platform-driver.h  --  Mediatek afe platform driver definition
3283b6124SGarlic Tseng  *
4283b6124SGarlic Tseng  * Copyright (c) 2016 MediaTek Inc.
5283b6124SGarlic Tseng  * Author: Garlic Tseng <garlic.tseng@mediatek.com>
6283b6124SGarlic Tseng  *
7283b6124SGarlic Tseng  * This program is free software; you can redistribute it and/or modify
8283b6124SGarlic Tseng  * it under the terms of the GNU General Public License version 2 and
9283b6124SGarlic Tseng  * only version 2 as published by the Free Software Foundation.
10283b6124SGarlic Tseng  *
11283b6124SGarlic Tseng  * This program is distributed in the hope that it will be useful,
12283b6124SGarlic Tseng  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13283b6124SGarlic Tseng  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14283b6124SGarlic Tseng  * GNU General Public License for more details.
15283b6124SGarlic Tseng  */
16283b6124SGarlic Tseng 
17283b6124SGarlic Tseng #ifndef _MTK_AFE_PLATFORM_DRIVER_H_
18283b6124SGarlic Tseng #define _MTK_AFE_PLATFORM_DRIVER_H_
19283b6124SGarlic Tseng 
20283b6124SGarlic Tseng extern const struct snd_soc_platform_driver mtk_afe_pcm_platform;
21283b6124SGarlic Tseng 
22283b6124SGarlic Tseng #endif
23283b6124SGarlic Tseng 
24