Commit 1fe93b2a2ace for kernel

commit 1fe93b2a2ace9bba2cb90920f9300834e537665c
Merge: cf950766e96e 2724fbc90e5c
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Apr 24 11:49:20 2026 -0700

    Merge tag 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

    Pull sound fixes from Takashi Iwai:
     "Here are the rest of small updates for 7.1-rc1. All small fixes mostly
      for device-specific issues or regressions.

      Core:
       - Fix a potential data race in fasync handling

      USB-audio:
       - New device support: Line6 POD HD PRO, NexiGo N930W webcam
       - Fixes for Audio Advantage Micro II SPDIF switch and E-MU sample
         rates
       - Limit UAC2 rate parsing to prevent potential overflows

      HD-Audio:
       - Device-specific quirks for HP, Acer, and Honor laptops
       - Fix for TAS2781 SPI device abnormal sound
       - Move Intel firmware loading into probe work to avoid stalling

      ASoC:
       - New support for TI TAS5832
       - Fixes for SoundWire SDCA/DisCo boolean parsing
       - Driver-specific fixes for Intel SOF, ES8311, RT1320, and PXA2xx

      Misc:
       - Fixes for resource leaks and data races in 6fire, caiaq, als4000,
         and pcmtest drivers"

    * tag 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (41 commits)
      Revert "ALSA: pcmtest: fix reference leak on failed device registration"
      ASoC: tas2781: Add tas5832 support
      ASoC: dt-bindings: ti,tas2781: Add TAS5832 support
      ALSA: usb-audio: Fix Audio Advantage Micro II SPDIF switch
      ALSA: usb-audio: Avoid false E-MU sample-rate notifications
      ASoC: sdw_utils: cs42l43: allow spk component names to be combined
      ASoC: qcom: x1e80100: limit speaker volumes
      ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx
      ALSA: pcmtest: Fix resource leaks in module init error paths
      ALSA: usb-audio/line6: Add support for POD HD PRO
      ALSA: hda/realtek: Add LED fixup for HP EliteBook 6 G2a Laptops
      ASoC: SDCA: Fix reading of mipi-sdca-control-deferrable
      regmap: sdw-mbq: Allow defers on undeferrable controls
      Revert "ALSA: usb-audio: Add quirk for SmartlinkTechnology M01"
      ALSA: als4000: Fix capture trigger chip->mode race
      ALSA: core: Fix potential data race at fasync handling
      ALSA: hda/tas2781: Fix sound abnormal issue on some SPI device
      ALSA: hda/realtek: add quirk for Acer Nitro 16 AN16-41
      ALSA: caiaq: Fix control_put() result and cache rollback
      ALSA: pcmtest: fix reference leak on failed device registration
      ...