Commit 7e73882ecff9 for kernel

commit 7e73882ecff98cacbd1a5e1bffa2661a19cf85a1
Merge: f9a2394a2348 a8934c2c6dfd
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Aug 7 06:36:11 2026 -0700

    Merge tag 'sound-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

    Pull sound fixes from Takashi Iwai:
     "A collection of small fixes since the last pull request. More than
      few, but an enough-manageable amount at this time.

      USB-audio:
       - UAF, OOB and such hardening fixes for USB-audio, usx2y and
         us144mkii
       - Mixer regression fixes for Logitech PRO X 2 LIGHTSPEED headset and
         M-Audio Fast Track Ultra

      HD-audio:
       - Fix for an ACPI reference leak in TAS2781 HDA side-codec

      ASoC:
       - Fixes the default tables for Cirrus Logic codecs
       - Fixes for invalid enum accesses for Qualcomm LPASS
       - Error handling and robustness fixes for Intel SOF & Soundwire
       - DMI quirks for a few AMD devices"

    * tag 'sound-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (22 commits)
      ALSA: usb-audio: Fix sticky mixer regressions on M-Audio Fast Track Ultra
      ASoC: cs4265: sort the register default table
      ASoC: cs35l45: sort the register default table
      ASoC: cs35l41: sort the register default table
      ASoC: amd: yc: Add DMI quirk for MSI Raider A18 HX A7VHG
      ASoC: amd: yc: Add DMI quirk for Xiaomi RedmiBook 16 2025
      ALSA: usx2y: bound the hwdep mmap fault offset
      ALSA: usb-audio: fix OOB write on Type II inbound URBs
      ALSA: us144mkii: re-anchor capture URBs on resubmission
      ALSA: FCP: fix OOB write in fcp_meter_ctl_get()
      MAINTAINERS: add SpacemiT K1/K3 I2S entry
      ASoC: rt5645: Make the Kconfig symbol user selectable
      ALSA: usb-audio: Add QUIRK_FLAG_MIXER_GET_CUR_BROKEN for Logitech PRO X 2 LIGHTSPEED
      ALSA: hda/tas2781: fix ACPI reference handling
      ASoC: codecs: lpass-wsa-macro: Fix enum kcontrol accesses
      ASoC: codecs: lpass-tx-macro: Fix enum kcontrol accesses
      ASoC: SOF: ipc4-pcm: Continue the pipeline trigger in case of IPC timeout
      ASoC: amd: yc: Add DMI quirk for HP Victus Laptop 16-e1xxx
      ASoC/soundwire: Intel: reset the PCMSyCM registers in hda_sdw_bpt_close
      ASoC: SOF: sof-audio: Fix error path in sof_widget_setup_unlocked()
      ...