Commit 711673f8dd19 for kernel

commit 711673f8dd19cfb907913cb762d4c6c1b9d2a332
Merge: c2a44a02d785 46b8d0888f01
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jan 16 10:48:17 2026 -0800

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

    Pull sound fixes from Takashi Iwai:
     "This became a bit larger than wished for, often seen as a bump at the
      middle, but almost all changes are small device-specific fixes, so the
      risk must be pretty low.

       - SoundWire fix for missing symbol export

       - Fixes for device-tree bindings

       - A fix for OOB access in USB-audio, spotted by fuzzer

       - Quirks for HD-audio, SoundWire, AMD ACP

       - A series of ASoC tlv320 and wsa codec fixes

       - Other misc fixes in PCM OSS error-handling, Cirrus scodec test,
         ASoC ops endianess, davinci, simple-card, and tegra"

    * tag 'sound-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (33 commits)
      ALSA: hda/tas2781: Add newly-released HP laptop
      ASoC: rt5640: Fix duplicate clock properties in DT binding
      ALSA: hda/realtek: Add quirk for HP Pavilion x360 to enable mute LED
      ASoC: tlv320adcx140: fix word length
      ASoC: tlv320adcx140: Propagate error codes during probe
      ASoC: tlv320adcx140: fix null pointer
      ASoC: tlv320adcx140: invert DRE_ENABLE
      ASoC: sdw_utils: cs42l43: Enable Headphone pin for LINEOUT jack type
      ASoC: sdw_utils: Call init callbacks on the correct codec DAI
      soundwire: Add missing EXPORT for sdw_slave_type
      ALSA: usb-audio: Prevent excessive number of frames
      ALSA: hda/cirrus_scodec_test: Fix test suite name
      ALSA: hda/cirrus_scodec_test: Fix incorrect setup of gpiochip
      ALSA: hda/realtek: Add quirk for Asus Zephyrus G14 2025 using CS35L56, fix speakers
      ASoC: amd: yc: Fix microphone on ASUS M6500RE
      ASoC: tegra: Revert fix for uninitialized flat cache warning in tegra210_ahub
      ASoC: dt-bindings: rockchip-spdif: Allow "port" node
      ASoC: dt-bindings: realtek,rt5640: Allow 7 for realtek,jack-detect-source
      ASoC: dt-bindings: realtek,rt5640: Add missing properties/node
      ASoC: dt-bindings: realtek,rt5640: Document port node
      ...