Re: [PATCH 4/5] ASoC: mediatek: mt8516: Add ADDA DAI driver

2019-05-03 Thread Mark Brown
On Thu, May 02, 2019 at 02:10:40PM +0200, Fabien Parent wrote: > +static int mt8516_afe_adda_hw_params(struct snd_pcm_substream *substream, > + struct snd_pcm_hw_params *params, > + struct snd_soc_dai *dai) > +{ > + struct mtk_base_afe *afe =

[PATCH 4/5] ASoC: mediatek: mt8516: Add ADDA DAI driver

2019-05-02 Thread Fabien Parent
Add the ADDA DAI driver for the MediaTek MT8516 SoC. Signed-off-by: Fabien Parent --- sound/soc/mediatek/mt8516/Makefile| 3 +- sound/soc/mediatek/mt8516/mt8516-afe-common.h | 18 + sound/soc/mediatek/mt8516/mt8516-dai-adda.c | 316 ++ 3 files changed, 336