mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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
|
||||
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,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
|
||||
|
Loading…
Reference in New Issue
Block a user