diff options
author | Jiaxin Yu <jiaxin.yu@mediatek.com> | 2020-11-03 10:59:31 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-04 20:51:47 +0300 |
commit | 125ab5d588b0b3b842064c4d53a666ca74521ae8 (patch) | |
tree | a97cf45e70391dfab324c548b7338e54f719706c /sound/soc/mediatek/common/mtk-base-afe.h | |
parent | 682c5a72a2bb0745da73211bed5f47ccccd84025 (diff) | |
download | linux-125ab5d588b0b3b842064c4d53a666ca74521ae8.tar.xz |
ASoC: mediatek: mt8192: add platform driver
This patch adds mt8192 platform and affiliated drivers.
Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com>
Link: https://lore.kernel.org/r/1604390378-23993-3-git-send-email-jiaxin.yu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/common/mtk-base-afe.h')
-rw-r--r-- | sound/soc/mediatek/common/mtk-base-afe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mediatek/common/mtk-base-afe.h b/sound/soc/mediatek/common/mtk-base-afe.h index a8cf44d98244..a6f68c68581c 100644 --- a/sound/soc/mediatek/common/mtk-base-afe.h +++ b/sound/soc/mediatek/common/mtk-base-afe.h @@ -91,6 +91,7 @@ struct mtk_base_afe { int memif_size; struct mtk_base_afe_irq *irqs; int irqs_size; + int memif_32bit_supported; struct list_head sub_dais; struct snd_soc_dai_driver *dai_drivers; |