Hello Linus, Please pull couple of driver fixes for soundwire subsystem for v6.16 The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.16-fixes for you to fetch changes up to 834bce6a715ae9a9c4dce7892454a19adf22b013: soundwire: Revert "soundwire: qcom: Add set_channel_map api support" (2025-07-15 18:16:27 +0530) ---------------------------------------------------------------- soundwire fixes for v6.16 This contains couple of amd driver fixes for handles alerts when link is down and cmd status register clear up. Also revert of qualcomm driver channel map support due to regression observed. ---------------------------------------------------------------- Amit Pundir (1): soundwire: Revert "soundwire: qcom: Add set_channel_map api support" Vijendar Mukunda (2): soundwire: amd: fix for handling slave alerts after link is down soundwire: amd: fix for clearing command status register drivers/soundwire/amd_manager.c | 4 +++- drivers/soundwire/qcom.c | 26 -------------------------- 2 files changed, 3 insertions(+), 27 deletions(-) -- ~Vinod