Part Number: TAS2770
Hi,
I'm hoping to use a Teensy 4.1 to drive a TAS2770 digital input mono class-D audio amplifier (https://www.ti.com/product/TAS2770#tech-docs), but am not sure how the I2S pins on the Teensy align. I'm particularly wondering how to read the TDM serial data output from the TAS2770.
On the TAS2770 I will need:
SDIN (TDM serial data input)
SDOUT (TDM serial data output)
FSYNC (word select)
SBCLK (TDM serial bit clock)
Some questions:
1) is FSYNC the same as LRCLK? I'm new to audio/I2S so am not sure if there's a naming convention scheme that makes these pinouts self-explanatory.
2) How would I read the SDOUT pin? My understanding is that the audio input pins to the Teensy are for audio signals (to ADC), rather than serial.
3) Does the TAS2770 EVM have 3.3v - 1.8v level shifters for I2C and I2S as needed to drive the TAS2770?
Just for reference, here's a picture of the microcontroller pinout I'm using (yellow pins are for audio).

Thank you very much,
Chris