Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 47caf048 authored by Maruthi Srinivas Bayyavarapu's avatar Maruthi Srinivas Bayyavarapu Committed by Mark Brown
Browse files

ASoC: xlnx: enable SPDIF driver build



Added SPDIF driver build related changes.

Signed-off-by: default avatarMaruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b1d2a4cc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ config SND_SOC_XILINX_AUDIO_FORMATTER
          Select this option to enable Xilinx audio formatter
          support. This provides DMA platform device support for
          audio functionality.

config SND_SOC_XILINX_SPDIF
        tristate "Audio support for the the Xilinx SPDIF"
        help
          Select this option to enable Xilinx SPDIF Audio.
          This provides playback and capture of SPDIF audio in
          AES format.
+2 −0
Original line number Diff line number Diff line
@@ -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