brintos

brintos / linux-shallow public Read only

0
0
Text · 865 B · 5bd2730 Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_SOC_XILINX_I2S3	tristate "Audio support for the Xilinx I2S"4	help5	  Select this option to enable Xilinx I2S Audio. This enables6	  I2S playback and capture using xilinx soft IP. In transmitter7	  mode, IP receives audio in AES format, extracts PCM and sends8	  PCM data. In receiver mode, IP receives PCM audio and9	  encapsulates PCM in AES format and sends AES data.10 11config SND_SOC_XILINX_AUDIO_FORMATTER12	tristate "Audio support for the Xilinx audio formatter"13	help14	  Select this option to enable Xilinx audio formatter15	  support. This provides DMA platform device support for16	  audio functionality.17 18config SND_SOC_XILINX_SPDIF19	tristate "Audio support for the Xilinx SPDIF"20	help21	  Select this option to enable Xilinx SPDIF Audio.22	  This provides playback and capture of SPDIF audio in23	  AES format.24