These patches are mostly the result of testing/debugging the aw88261 series[1] with other users in the postmarketOS audio chatroom.
Specifically the first one, related to the issue from [2] I was nerdsniped into debugging due to totally unrelated changes to aw88261 seemingly "causing" this (much earlier in the boot process) APR error to appear or disappear. Senary MI2S is necessary for the motorola-dubai smartphone[3] where it has been fully tested by me for a long time now. TDM is necessary for e.g. the xiaomi-pipa tablet, this will need retesting though as so far it's only been used there with hacks that use S24_LE format (while calling it S32_LE) such as [4] due to the aw88261 driver not being correct (which will be fixed by [1]). Then there's a couple general consistency/correctness changes for sm8250. Thanks, ~val [1]: https://lore.kernel.org/all/[email protected]/ [2]: https://lore.kernel.org/all/5976946.DvuYhMxLoT@antlia/ [3]: https://lore.kernel.org/all/[email protected]/ [4]: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/blob/8be067d8d5507a4ff7274fa2a61e59600aa7a308/device/testing/linux-xiaomi-pipa/0008-ASoC-qcom-sm8250-Add-tdm-support.patch Val Packett (6): ASoC: qcom: qdsp6: q6afe: fix clk vote response type mismatch ASoC: qcom: qdsp6: q6routing: add Senary MI2S ports ASoC: qcom: sm8250: add Senary MI2S RX support ASoC: qcom: sm8250: add TDM RX support ASoC: qcom: sm8250: shut down MI2S/TDM AFE port clocks ASoC: qcom: sm8250: apply codec_fmt to all codec DAIs sound/soc/qcom/qdsp6/q6afe.c | 10 +- sound/soc/qcom/qdsp6/q6routing.c | 11 ++ sound/soc/qcom/sm8250.c | 258 ++++++++++++++++++++++++++++--- 3 files changed, 259 insertions(+), 20 deletions(-) -- 2.53.0

