I2S_CKIN Not Displaying in SAI UI
Hi there!
When I set up a fresh project for the STM32G431KB in STM32CubeIDE, let's say I want the SAI to be clocked by an external clock source.
So, in the prefs, I set Audio Clock Input (I2S_CKIN):

Then I set up my Clock Configuration:

Now one would expect now when I go to the SAI configuration, that my clock would be shown correspondingly, well, my friend, you would be wrong:

Note how "Clock Source" is listed incorrectly as "SAI PLL Clock", not only that, but let's look at the code-gen to see what's REALLY happening:
Well look at that, it's actually set correctly, but confusingly displayed incorrectly in the GUI.
It'd be great to either get this fixed, or for someone to tell me whatever it is that I'm obviously doing wrong.
Thanks!
