I want to set a sport global group contains 9 channels(SPT0A-3A prim_sec channel + SPT4A prim channel), and they have the same bclk & fs.
SPT0A-SPT3A is of the DAI0, but SPT4A is of the DAI1, is it possible to combine them?
I tried combine SPT0A & SPT4A as a group using `adi_sport_CreateGlobalGroup()`, and registered a callback using `adi_sport_GlobalRegisterCallback()`. But the callback function didn't get called. How to solve it?