mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
b1d2a4cca2
commit
47caf048a0
|
@ -13,3 +13,10 @@ config SND_SOC_XILINX_AUDIO_FORMATTER
|
||||||
Select this option to enable Xilinx audio formatter
|
Select this option to enable Xilinx audio formatter
|
||||||
support. This provides DMA platform device support for
|
support. This provides DMA platform device support for
|
||||||
audio functionality.
|
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,3 +2,5 @@ snd-soc-xlnx-i2s-objs := xlnx_i2s.o
|
||||||
obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o
|
obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o
|
||||||
snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o
|
snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o
|
||||||
obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) += snd-soc-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
|
||||||
|
|
Loading…
Reference in New Issue