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 20f1b5bf07SKuninori Morimoto #define AFE_PCM_NAME "mtk-afe-pcm" 21f1b5bf07SKuninori Morimoto extern const struct snd_soc_component_driver mtk_afe_pcm_platform; 22283b6124SGarlic Tseng 23283b6124SGarlic Tseng #endif 24283b6124SGarlic Tseng 25