diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2017-08-01 18:08:54 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | ee7272e5bf8ba4ffe0ef8447449b7857e90675c9 (patch) | |
tree | 562d97d1d44e76aa544a9f583019ed844b3c1907 /sound/soc/fsl/Makefile | |
parent | 3b3540f7ad89b124c8a9038a8c758ace88306ac6 (diff) |
MLK-16130-2: ASoC: fsl: add machine driver for cadence hdmi
The machine driver will call the API which is provided by
the cadence to configure the audio features.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'sound/soc/fsl/Makefile')
-rw-r--r-- | sound/soc/fsl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile index 6386fcee929c..ea1a501015e1 100644 --- a/sound/soc/fsl/Makefile +++ b/sound/soc/fsl/Makefile @@ -79,6 +79,7 @@ snd-soc-imx-mc13783-objs := imx-mc13783.o snd-soc-imx-mqs-objs := imx-mqs.o snd-soc-imx-si476x-objs := imx-si476x.o snd-soc-imx-hdmi-objs := imx-hdmi.o +snd-soc-imx-cdnhdmi-objs := imx-cdnhdmi.o snd-soc-imx-rpmsg-objs := imx-rpmsg.o snd-soc-imx-amix-objs := imx-amix.o @@ -102,5 +103,6 @@ obj-$(CONFIG_SND_SOC_IMX_MQS) += snd-soc-imx-mqs.o obj-$(CONFIG_SND_SOC_IMX_SI476X) += snd-soc-imx-si476x.o obj-$(CONFIG_SND_SOC_IMX_HDMI) += snd-soc-imx-hdmi.o obj-$(CONFIG_SND_SOC_IMX_AMIX) += snd-soc-imx-amix.o +obj-$(CONFIG_SND_SOC_IMX_CDNHDMI) += snd-soc-imx-cdnhdmi.o AFLAGS_hdmi_pcm.o := -march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp |