Commit bc1d4e705f48 for kernel

commit bc1d4e705f48f001f3a5480f04067c48bd00bcf0
Merge: d4a292c5f8e6 89339d889d63
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Feb 20 15:47:44 2026 -0800

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

    Pull sound fixes from Takashi Iwai:
     "Here are a bunch of updates, but there should be no big surprises;
      mostly device-specific quirks and fix-ups or non-code changes:

       - Quirks for ASoC AMD, HD-audio and USB-audio

       - Fixes in ASoC fsl, rockchip, renesas, aw codecs

       - Fixes for USB-audio packet handling in the implicit feedback mode

       - Updates of SPDX license IDs in some files"

    * tag 'sound-fix-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (28 commits)
      ASoC: rockchip: i2s-tdm: Use param rate if not provided by set_sysclk
      ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
      ASoC: dt-bindings: asahi-kasei,ak5558: Fix the supply names
      ASoC: dt-bindings: asahi-kasei,ak4458: Fix the supply names
      ASoC: dt-bindings: asahi-kasei,ak4458: set unevaluatedProperties:false
      ASoC: amd: amd_sdw: add machine driver quirk for Lenovo models
      ASoC: amd: acp: Add ACP7.0 match entries for Realtek parts
      ALSA: echoaudio: Add SPDX ids to some files
      ALSA: isa: Add SPDX id lines to some files
      ALSA: core: Add SPDX license id to files
      ASoC: tas2783A: add explicit port prepare handling
      ASoC: renesas: rz-ssi: Fix playback and capture
      ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14 UX3405MA
      ALSA: hda/conexant: Fix headphone jack handling on Acer Swift SF314
      ASoC: qcom: sm8250: Add quinary MI2S support
      ASoC: amd: yc: Add DMI quirk for ASUS Vivobook Pro 15X M6501RR
      ALSA: usb-audio: Avoid potentially repeated XRUN error messages
      ALSA: usb-audio: Add sanity check for OOB writes at silencing
      ALSA: usb-audio: Optimize the copy of packet sizes for implicit fb handling
      ALSA: usb-audio: Update the number of packets properly at receiving
      ...