diff options
author | Garlic Tseng <garlic.tseng@mediatek.com> | 2016-06-17 10:43:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-29 22:11:09 +0300 |
commit | 283b612429a279b4c8f5a90f38d26c80bf8ec628 (patch) | |
tree | d39c55e79e23d6705d7f3c3c75292872a790900d /sound/soc/mediatek/common/mtk-afe-platform-driver.h | |
parent | 0d1d7a664288f9c1b6f79c971d528a354315e9d3 (diff) | |
download | linux-283b612429a279b4c8f5a90f38d26c80bf8ec628.tar.xz |
ASoC: mediatek: implement mediatek common structure
implement mediatek basic structure, include common private data,
afe fe dai operator and afe platform driver.
Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/common/mtk-afe-platform-driver.h')
-rw-r--r-- | sound/soc/mediatek/common/mtk-afe-platform-driver.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sound/soc/mediatek/common/mtk-afe-platform-driver.h b/sound/soc/mediatek/common/mtk-afe-platform-driver.h new file mode 100644 index 000000000000..a973fc9253b4 --- /dev/null +++ b/sound/soc/mediatek/common/mtk-afe-platform-driver.h @@ -0,0 +1,23 @@ +/* + * mtk-afe-platform-driver.h -- Mediatek afe platform driver definition + * + * Copyright (c) 2016 MediaTek Inc. + * Author: Garlic Tseng <garlic.tseng@mediatek.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#ifndef _MTK_AFE_PLATFORM_DRIVER_H_ +#define _MTK_AFE_PLATFORM_DRIVER_H_ + +extern const struct snd_soc_platform_driver mtk_afe_pcm_platform; + +#endif + |