Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SND_SOC_XILINX_I2S
0003         tristate "Audio support for the Xilinx I2S"
0004         help
0005           Select this option to enable Xilinx I2S Audio. This enables
0006           I2S playback and capture using xilinx soft IP. In transmitter
0007           mode, IP receives audio in AES format, extracts PCM and sends
0008           PCM data. In receiver mode, IP receives PCM audio and
0009           encapsulates PCM in AES format and sends AES data.
0010 
0011 config SND_SOC_XILINX_AUDIO_FORMATTER
0012         tristate "Audio support for the Xilinx audio formatter"
0013         help
0014           Select this option to enable Xilinx audio formatter
0015           support. This provides DMA platform device support for
0016           audio functionality.
0017 
0018 config SND_SOC_XILINX_SPDIF
0019         tristate "Audio support for the Xilinx SPDIF"
0020         help
0021           Select this option to enable Xilinx SPDIF Audio.
0022           This provides playback and capture of SPDIF audio in
0023           AES format.