On Wed, Apr 29, 2026 at 09:38:45AM +0800, Troy Mitchell wrote: > This series fixes bugs and adds K3 SoC support for the SpacemiT I2S > controller driver (sound/soc/spacemit/). > > Patches 1-3 are bug fixes and refactoring for the existing K1 I2S driver: > - Fix RX DMA params not being set when TX is already running > - Move hw constraints from hw_params to startup where they belong > - Adjust FIFO trigger threshold to half FIFO size for better DMA > efficiency Just as a general thing there doesn't seem to be any textual overlap between the fixes and the new features, it makes life easier to split things up - the individual serieses are smaller and it's easier to avoid dependencies that cause issues getting the fixes applied.