The 8 PDM microphones reference design is used, exactly as suggested in 8.2.1 of the datasheet. Sampling frequency is 16kHz.
We play a 500Hz sinusoid from a speaker positioned such that distance to the mics is approximately the same. In the I2S stream, we expect reading sinusoids that are in phase.
We observe that PDM inputs 7 and 8 have approximately 6 samples delay compared to all the others consistently. Please see plot below.
We have tried different settings, (e.g different I2S slot allocation): the delay always belongs to PDM inputs 7 and 8, not to specific I2S slots or processing in our MCU.
We have tried with both 768kHz and 3MHz PDM clock prescaler setting: delay is the same.
We have tried with multiple boards: the problem is not specific to one particular hardware.
We do no specific configuration to PDM inputs 7 and 8. Please find all our register writes below.
Do you experience the same on your side? What could we do against this?

You can find detailed settings in the I2C commands log:
[D] I2C Write addr=0x02 data=0x81
[I] Set I2S output mode
[D] I2C Write addr=0x07 data=0x40
[I] Configure input sources CH1..CH8 as PDM input
[D] I2C Write addr=0x3c data=0x40
[D] I2C Write addr=0x41 data=0x40
[D] I2C Write addr=0x46 data=0x40
[D] I2C Write addr=0x4b data=0x40
[D] I2C Write addr=0x50 data=0x40
[D] I2C Write addr=0x55 data=0x40
[D] I2C Write addr=0x5a data=0x40
[D] I2C Write addr=0x5f data=0x40
[I] Configure GPO1..4 as PDMCLK
[D] I2C Write addr=0x22 data=0x41
[D] I2C Write addr=0x23 data=0x41
[D] I2C Write addr=0x24 data=0x41
[D] I2C Write addr=0x25 data=0x41
[I] Configure GPI1..4 as PDMIN
[D] I2C Write addr=0x2b data=0x45
[D] I2C Write addr=0x2c data=0x67
[I] Enable PDM input channels
[D] I2C Write addr=0x73 data=0xff
[I] Configure CH5,6,7,8 to Right 1-2-3-4
[D] I2C Write addr=0x0f data=0x20
[D] I2C Write addr=0x10 data=0x21
[D] I2C Write addr=0x11 data=0x22
[D] I2C Write addr=0x12 data=0x23
[I] Enable I2S channel slots
[D] I2C Write addr=0x74 data=0xff
[I] Setting PDMCLK divider
[D] I2C Write addr=0x1f data=0x42
[I] Setting HPF filer
[D] I2C Write addr=0x6b data=0x03
[I] Power up PDM Channels
[D] I2C Write addr=0x75 data=0x60
