linux/sound/pci
Linus Torvalds c20313e98b sound fixes for 7.3-rc1
A collection of various small fixes since the last PR.
 Most changes are device-specific fixes, while there are a few fixes
 addressing the issues reported recently by fuzzers.
 
 Here are highlights:
 
 * ALSA Core:
 - Prevent adding invalid kcontrols to the LED layer
 - Workaround for a false-positive mutex lockdep warning in rawmidi
 
 * USB-audio:
 - Relaxed the sticky mixer behavior check that caused regressions
 - Fix an OOB write in Novation MIDI output
 - Proper cleanup after system-resume errors
 - Quirk updates for M-Audio Venom, Audient iD14 MkI, Logitech PRO X
   Wireless, SMSL USB DAC, and Creative Sound Blaster Play! 3
 
 HD-audio:
 - Conexant headset plugin fixes
 - Quirk additions and fixes for HP Laptop 15, Lenovo IdeaPad Slim 3,
   TongFang XxAF5xxx, Lenovo Legion Pro 7, and Lenovo Yoga Pro 9
 
 ASoC:
 - DAPM: Fix off-by-one check on the second enum channel
 - Tegra: Fix and sort register defaults
 - AMD quirk updates for ASUS FA401EA, HP OmniBook X Flip 16,
   HVY-WXX9/M1060, Alienware m18 R1, and MSI Thin A15 B7UC
 - Fixes Qualcomm TDM handling
 - Fix double put_device() on SoundWire
 - Codec fixes for rt766, tac5xx2, rt712, tas2783, and max98926
 
 Misc:
 - Fix card leak on probe error on ice1712 driver
 - Hardening for legacy aoa, mtpav and pcxhr drivers
 -----BEGIN PGP SIGNATURE-----
 
 iQJCBAABCAAsFiEEIXTw5fNLNI7mMiVaLtJE4w1nLE8FAmqROH8OHHRpd2FpQHN1
 c2UuZGUACgkQLtJE4w1nLE/7Xg/9Ec3MYiAC8f60hMck0YwCxeOEABtSwRI5omKy
 tYpRiKtLgjDRQ2i7Cbtaq9c3P0QOMLhr3ht01oQli+Bo8B/ojsG0oF1H+AjoN7c3
 oyLMKWB18CTUCKWomyOEXjpYniKEjoTZNF/KjAuGPHo+fOPT9jOLJvwEmULS5OQq
 +kYUen745xwu096TI9qK18I6W/uuasEDzgN7lv/RFOMH0IpT7Rm4BY9W37kFoGgz
 IWGFz/+rsTl8D9LBf66SRp/Bes1nqNqXNkFISVkYDkAA+7Uii0H4nwFOrPa/pqqT
 PucRknZT/oALkdtsTk2pR0gksu4Z6uVz1NjafeuLJSgdX9D9xKa3CYmLFVJQaLS2
 acOXZaQDMPTNe3M7J+Ut+yD+7S+vMXf/HiQqjyDLasAr26DBqSb0SeBMOgQk0YJd
 +467H+gH6AWl/TDc0bSuqoX0MMYQ2CSb1Wz0iyxCCQEY1brlsO/kSRTGpVnoSqvY
 6sD21QQjaiIe1CkMXOELoD5g4c2WnZ2X0jEJq12wHMXW9ZkKaXX6Yu9HyfrI4KAX
 /hISULNVeyxcrZcAUI7rbEuSTJ3fC7O5smfPASaCoytvA01flTxXx6NYJJKPbcNA
 4bqWeymN0xtE7CHAkvFG/gCK9xC4oMCZEMgEK2/kVCqaUUsCR4GhJotupo2IKZ3k
 HstnykY=
 =odYe
 -----END PGP SIGNATURE-----

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

Pull sound fixes from Takashi Iwai:
 "A collection of various small fixes since the last PR. Most changes
  are device-specific fixes, while there are a few fixes addressing the
  issues reported recently by fuzzers.

  Here are highlights:

  ALSA Core:
   - Prevent adding invalid kcontrols to the LED layer
   - Workaround for a false-positive mutex lockdep warning in rawmidi

  USB-audio:
   - Relaxed the sticky mixer behavior check that caused regressions
   - Fix an OOB write in Novation MIDI output
   - Proper cleanup after system-resume errors
   - Quirk updates for M-Audio Venom, Audient iD14 MkI, Logitech PRO X
     Wireless, SMSL USB DAC, and Creative Sound Blaster Play! 3

  HD-audio:
   - Conexant headset plugin fixes
   - Quirk additions and fixes for HP Laptop 15, Lenovo IdeaPad Slim 3,
     TongFang XxAF5xxx, Lenovo Legion Pro 7, and Lenovo Yoga Pro 9

  ASoC:
   - DAPM: Fix off-by-one check on the second enum channel
   - Tegra: Fix and sort register defaults
   - AMD quirk updates for ASUS FA401EA, HP OmniBook X Flip 16,
     HVY-WXX9/M1060, Alienware m18 R1, and MSI Thin A15 B7UC
   - Fixes Qualcomm TDM handling
   - Fix double put_device() on SoundWire
   - Codec fixes for rt766, tac5xx2, rt712, tas2783, and max98926

  Misc:
   - Fix card leak on probe error on ice1712 driver
   - Hardening for legacy aoa, mtpav and pcxhr drivers"

* tag 'sound-fix-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (53 commits)
  ALSA: control: Don't add invalid kcontrols to LED layer
  ASoC: amd: acp-config: change quirks to cover all ASUS FA401EA variants
  ALSA: hda/conexant: Always enable the headset-mic pin on plugin
  ASoC: dapm: Fix off-by-one check on the second enum channel
  ASoC: amd: acp-config: force SoundWire probe on HP OmniBook X Flip 16
  ASoC: amd: acp3x-es83xx: Add HVY-WXX9/M1060 DMI quirk
  ASoC: amd: acp-config: Add HVY-WXX9/M1060 DMI quirk
  ASoC: soc-generic-dmaengine: Fix DMA channel request warning
  ALSA: rawmidi: Another workaround for false-positive mutex lockdep warning
  ASoC: amd: yc: Add DMI entry for Alienware m18 R1 AMD
  ASoC: amd: yc: Add DMI entry for MSI Thin A15 B7UC
  ALSA: hda/realtek: Fix speaker mute LED for HP Laptop 15-fd0039nt
  ALSA: usb-audio: Complete cleanup after system-resume errors
  ALSA: hda/realtek: Add quirk for Lenovo IdeaPad Slim 3 15ABR8
  ALSA: aoa: i2sbus: Check IRQ before requesting it
  ALSA: usb-audio: Skip mixer creation on M-Audio Venom
  ALSA: usb-audio: Skip reading sample rate on M-Audio Venom
  ASoC: rt766: add RT766/RT767 VA1 device IDs
  ALSA: hda/realtek: Add quirk for TongFang XxAF5xxx
  ALSA: usb-audio: fix OOB write in snd_usbmidi_novation_output()
  ...
2026-08-28 10:01:02 -07:00
..
ac97 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ali5451 ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
asihpi ALSA: asihpi: Drop __force cast 2026-08-13 16:43:27 +02:00
au88x0 ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
aw2 ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
ca0106 ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
cs46xx ALSA: cs46xx: Use auto-cleanup for firmware loading 2026-07-31 12:44:36 +02:00
cs5535audio x86/olpc: select GPIOLIB_LEGACY 2026-07-24 20:12:48 +02:00
ctxfi ALSA: ctxfi: Keep line/mic notification controls per mixer 2026-05-18 15:43:17 +02:00
echoaudio ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
emu10k1 ALSA: emu10k1: Drop __force casts 2026-08-13 16:43:27 +02:00
ice1712 ALSA: ice1712: Fix the card leak at probe error with the auto-cleanup 2026-08-20 10:54:45 +02:00
korg1212 ALSA: korg1212: Use auto-cleanup for firmware loading 2026-07-31 12:44:36 +02:00
lola ALSA: lola: Use guard() for spin locks 2025-09-01 13:52:41 +02:00
lx6464es ALSA: lx6464es: fix period byte count for 16-bit streams 2026-07-26 08:53:06 +02:00
mixart ALSA: mixart: Use auto-cleanup for firmware loading 2026-07-31 12:44:36 +02:00
nm256 ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
oxygen ALSA: oxygen: add HT-Omega eClaro (7284:9783) support 2026-06-02 08:24:06 +02:00
pcxhr ALSA: pcxhr: initialize mutexes before requesting threaded IRQ 2026-08-19 14:59:41 +02:00
riptide Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
rme9652 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
trident ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
vx222 ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
ymfpci ALSA: ymfpci: check snd_ctl_new1() return value 2026-05-28 09:36:09 +02:00
ad1889.c ALSA: ad1889: Use guard() for spin locks 2025-09-01 13:52:39 +02:00
ad1889.h
ak4531_codec.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
als300.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
als4000.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
atiixp_modem.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
atiixp.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
azt3328.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
azt3328.h
bt87x.c ALSA: bt87x: Use guard() for spin locks 2025-09-01 13:52:39 +02:00
cmipci.c ALSA: cmipci: check snd_ctl_new1() return value 2026-05-28 09:36:23 +02:00
cs4281.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
cs5530.c ALSA: cs5530: Use safer strscpy() instead of strcpy() 2025-07-11 09:53:19 +02:00
ens1370.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
ens1371.c ALSA: echoaudio: Add SPDX ids to some files 2026-02-18 08:57:38 +01:00
es1938.c ALSA: es1938: check snd_ctl_new1() return value 2026-05-28 09:34:41 +02:00
es1968.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
fm801.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
intel8x0.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
intel8x0m.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
Kconfig x86/olpc: select GPIOLIB_LEGACY 2026-07-24 20:12:48 +02:00
maestro3.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
Makefile ALSA: hda: Move codec drivers into sound/hda/codecs directory 2025-07-11 09:55:37 +02:00
rme32.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
rme96.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
sis7019.c ALSA: sis7019: Use pcim_iomap_region() for MMIO BAR 2026-07-20 08:42:58 +02:00
sis7019.h
sonicvibes.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00
via82xx_modem.c ALSA: via82xx: Remove unreachable branch in snd_via686_pcm_pointer() 2026-07-07 16:32:14 +02:00
via82xx.c ALSA: Consistently define pci_device_ids using named initializers 2026-05-04 13:22:14 +02:00