[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190502121041.8045-6-fparent@baylibre.com>
Date: Thu, 2 May 2019 14:10:41 +0200
From: Fabien Parent <fparent@...libre.com>
To: lgirdwood@...il.com, broonie@...nel.org, robh+dt@...nel.org,
mark.rutland@....com, matthias.bgg@...il.com, perex@...ex.cz,
tiwai@...e.com, kaichieh.chuang@...iatek.com,
shunli.wang@...iatek.com
Cc: alsa-devel@...a-project.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
Fabien Parent <fparent@...libre.com>
Subject: [PATCH 5/5] ASoC: mediatek: mt8516: register ADDA DAI
Register the ADDA DAI driver into the MT8516 PCM driver.
Signed-off-by: Fabien Parent <fparent@...libre.com>
---
sound/soc/mediatek/mt8516/mt8516-afe-pcm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/soc/mediatek/mt8516/mt8516-afe-pcm.c b/sound/soc/mediatek/mt8516/mt8516-afe-pcm.c
index 84fbb5dbbd14..e1fd9290dd8f 100644
--- a/sound/soc/mediatek/mt8516/mt8516-afe-pcm.c
+++ b/sound/soc/mediatek/mt8516/mt8516-afe-pcm.c
@@ -10,6 +10,7 @@
#include <linux/module.h>
#include <linux/of.h>
+#include "mt8516-afe-common.h"
#include "mt8516-afe-regs.h"
#include "../common/mtk-afe-platform-driver.h"
@@ -670,6 +671,7 @@ static int mt8516_dai_memif_register(struct mtk_base_afe *afe)
typedef int (*dai_register_cb)(struct mtk_base_afe *);
static const dai_register_cb dai_register_cbs[] = {
mt8516_dai_memif_register,
+ mt8516_dai_adda_register,
};
static int mt8516_afe_component_probe(struct snd_soc_component *component)
--
2.20.1
Powered by blists - more mailing lists