I’m using the TAS5558 PWM modulator in a Soundbar application and I’d like to use the I2S output (pins 29-31) to connect a Wireless subwoofer (via a Wireless subwoofer module with I2S input).
All registers of the TAS5558 are in default configuration, only the ASRC mode Control register (0xC5) was changed to 0x03000300 (I2S out enabled, DAP output as source for Serial Out). There is a valid output signal (unfiltered and unaffected by volume settings), but I’d like to use audio processing capabilities of the TAS5558 for the I2S output as well. Unfortunately I didn’t found any hints in the datasheet on how to achieve this. What I want to do is:
- 1. Use one of the 8 processing channels for the Subwoofer (low pass filter, some equalization, volume/gain setting)
- 2. Feed this channel into the I2S output
It seems I’m on the right track with setting bits D9 & D8 in register 0xC5 to 1, but there is no hint in the datasheet which DAP channel is routed to the I2S output.
Thanks
Holger