Hello Linus, Please pull to receive a small pull request for soundwire subsystem for v6.16. This includes couple of core changes and an Intel driver change. The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.16-rc1 for you to fetch changes up to 62ada17a6217a50fbd1b23f10899890f56effc97: soundwire: only compute port params in specific stream states (2025-05-14 12:44:01 +0100) ---------------------------------------------------------------- soundwire updates for 6.16 Couple of small core changes for - sdw_assign_device_num() logic simplification, using internal slave id for irqs and optimizing computing of port params in specific stream states - Intel driver updates for ACE3+ microphone privacy status reporting and enabling the status in HDA Intel driver ---------------------------------------------------------------- Bard Liao (1): soundwire: only compute port params in specific stream states Charles Keepax (2): soundwire: bus: Simplify sdw_assign_device_num() soundwire: bus: Add internal slave ID and use for IRQs Peter Ujfalusi (2): soundwire: intel: Add awareness of ACE3+ microphone privacy ASoC: SOF: Intel: hda: Set the mic_privacy flag for soundwire with ACE3+ drivers/soundwire/bus.c | 31 +++++++++++------------- drivers/soundwire/bus_type.c | 10 ++++++++ drivers/soundwire/generic_bandwidth_allocation.c | 7 ++++++ drivers/soundwire/intel.h | 2 ++ drivers/soundwire/intel_ace2x_debugfs.c | 6 +++++ drivers/soundwire/intel_init.c | 1 + drivers/soundwire/irq.c | 6 ++--- include/linux/soundwire/sdw.h | 6 +++++ include/linux/soundwire/sdw_intel.h | 5 ++++ sound/soc/sof/intel/hda.c | 3 +++ 10 files changed, 57 insertions(+), 20 deletions(-) -- ~Vinod