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...")
 
m (Links auto-updated for 2022 re-branding ( https://github.com/embeddedarm/linux-4.9.y/blob/master/arch/arm/boot/dts/imx6ul-ts4100-ts8390.dtsi →‎ https://github.com/embeddedTS/linux-4.9.y/blob/master/arch/arm/boot/dts/imx6ul-ts4100-ts8390.dtsi))
 
(One intermediate revision by one other user not shown)
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/embeddedTS/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].

Latest revision as of 16:42, 17 January 2022

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.