TS-4100 I2S Audio: Difference between revisions

From embeddedTS Manuals
(Created page with "The i.MX6ul includes an I2S bus. Under Linux this normally connects to a compatible audio codec like the SGTL5000 to provide audio support. See the [https://d2jpzyoab81qtd.c...")
 
No edit summary
Line 1: Line 1:
The i.MX6ul includes an I2S bus.  Under Linux this normally connects to a compatible audio codec like the SGTL5000 to provide audio support.  See the [https://d2jpzyoab81qtd.cloudfront.net/resource-attachments/ts-8390-schematic.pdf TS-TPC-8390 schematic sheet 5] and [https://github.com/embeddedarm/linux-4.9.y/blob/master/arch/arm/boot/dts/imx6ul-ts4100-ts8390.dtsi dtb] as an example.
The i.MX6ul includes an I2S bus.  Under Linux this normally connects to a compatible audio codec like the SGTL5000 to provide audio support.  See the [https://d2jpzyoab81qtd.cloudfront.net/resource-attachments/ts-8390-schematic.pdf TS-TPC-8390 schematic sheet 5] and [https://github.com/embeddedarm/linux-4.9.y/blob/master/arch/arm/boot/dts/imx6ul-ts4100-ts8390.dtsi dtb] as an example.
Under Linux this is compatible with alsa/pulseaudio, and more commonly accessed by application developers using apis like [https://gstreamer.freedesktop.org/ gstreamer].

Revision as of 10:22, 8 January 2021

The i.MX6ul includes an I2S bus. Under Linux this normally connects to a compatible audio codec like the SGTL5000 to provide audio support. See the TS-TPC-8390 schematic sheet 5 and dtb as an example.

Under Linux this is compatible with alsa/pulseaudio, and more commonly accessed by application developers using apis like gstreamer.