Hi,
There is a known issue on the SGTL5000 on this Toradex board where there is Noise on Audio Output during Reset Cycle (https://docs.toradex.com/103543-colibri-imx7-errata.pdf), however, since the noise you are seen is in the input (MIC IN), then I don’t think this issue is related.
What I’m not fully understanding is how is it possible that the SGTL5000 is affecting this input signal right at the MIC_IN pin. My understanding is that, on the SGTL5000 side, only the CHIP_MIC_CTRL 0x002A register can affect this input signal, and by default this register is 0x00, which means that the MIC Bias Output Impedance Adjustment is OFF, the MIC Bias Voltage Adjustment is set to 1.25V, and the MIC Amplifier Gain is set to 0dB. So, from my understanding, the SGTL5000 should not be affecting the signal.
However, I did a investigation and found a code of the SGTL5000 where it is mentioned:
// AVC has its own enable/disable bit
// you can use audioShield.autoVolumeEnable(0); to turn off AVC
Which, I believe is what you are looking for. You can find this at lines 43 and 44 of the code in the following link: https://github.com/PaulStoffregen/Audio/blob/master/examples/HardwareTesting/SGTL5000/dap_avc_agc/da...
I hope this helps.
Regards,
Jose