diff options
author | Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com> | 2019-01-03 19:09:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-07 19:08:09 +0100 |
commit | 47caf048a017ecc95cdd0802bc3b015a1559e601 (patch) | |
tree | 3548ae0a59b0b40abc9385a39d6af9831a28d128 /sound/soc/xilinx/Makefile | |
parent | ASoC: xlnx: add SPDIF audio driver (diff) | |
download | linux-47caf048a017ecc95cdd0802bc3b015a1559e601.tar.xz linux-47caf048a017ecc95cdd0802bc3b015a1559e601.zip |
ASoC: xlnx: enable SPDIF driver build
Added SPDIF driver build related changes.
Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/xilinx/Makefile')
-rw-r--r-- | sound/soc/xilinx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/xilinx/Makefile b/sound/soc/xilinx/Makefile index 432693b1cc79..d79fd38b094b 100644 --- a/sound/soc/xilinx/Makefile +++ b/sound/soc/xilinx/Makefile @@ -2,3 +2,5 @@ snd-soc-xlnx-i2s-objs := xlnx_i2s.o obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) += snd-soc-xlnx-formatter-pcm.o +snd-soc-xlnx-spdif-objs := xlnx_spdif.o +obj-$(CONFIG_SND_SOC_XILINX_SPDIF) += snd-soc-xlnx-spdif.o |