From 493fff48cb5a661e0469577f20a46a1d5ed7f2b1 Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Mon, 31 Jul 2017 13:57:43 +0300 Subject: MLK-15070-2: ASoC: fsl: Add machine driver for AK4497 This glues SAI interface with AK4497 DAC codec on i.MX boards. Signed-off-by: Daniel Baluta Signed-off-by: Shengjiu Wang [ Aisheng: Makefile clean for a new base ] Signed-off-by: Dong Aisheng --- sound/soc/fsl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound/soc/fsl/Makefile') diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile index 2a93054138c0..539eba9928f4 100644 --- a/sound/soc/fsl/Makefile +++ b/sound/soc/fsl/Makefile @@ -73,6 +73,7 @@ snd-soc-imx-mqs-objs := imx-mqs.o snd-soc-imx-pdm-objs := imx-pdm.o snd-soc-imx-ak4458-objs := imx-ak4458.o snd-soc-imx-ak5558-objs := imx-ak5558.o +snd-soc-imx-ak4497-objs := imx-ak4497.o obj-$(CONFIG_SND_SOC_EUKREA_TLV320) += snd-soc-eukrea-tlv320.o obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o @@ -93,3 +94,4 @@ obj-$(CONFIG_SND_SOC_IMX_MQS) += snd-soc-imx-mqs.o obj-$(CONFIG_SND_SOC_IMX_PDM_MIC) += snd-soc-imx-pdm.o obj-$(CONFIG_SND_SOC_IMX_AK4458) += snd-soc-imx-ak4458.o obj-$(CONFIG_SND_SOC_IMX_AK5558) += snd-soc-imx-ak5558.o +obj-$(CONFIG_SND_SOC_IMX_AK4497) += snd-soc-imx-ak4497.o -- cgit v1.2.3