Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for 2020.1

The purpose of this page is to describe the Linux ALSA SoC driver for SPDIF transmitter/receiver SoftIP.

...

Code Block
themeMidnight
CONFIG_SND_SOC=y
SND_SOC_XILINX_SPDIF=y

Device Tree Binding

The dts node should be defined with correct hardware configuration. How to define the node is documented inxlnx,spdif.txt.

Test Procedure

...

This driver is upstreamed and present at, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/sound/soc/xilinx/xlnx_spdif.c.

Change Log

2020.1

  • Summary
    • No changes

2019.2

  • Summary
    • No changes

2019.1

  • Summary:
    • Initial release
  • Commits:
    • f8def0f    - ASoC: xlnx: use clock framework for clocks to SPDIF.
    • 24ebbbc - ASoC: xlnx: add SPDIF audio driver.

Related Links