Merge tag 'sound-fix-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "A collection of fixes for 5.16-rc1, notably for a few regressions that were found in 5.15 and pre-rc1: - revert of the unification of SG-buffer helper functions on x86 and the relevant fix - regression fixes for mmap after the recent code refactoring - two NULL dereference fixes in HD-audio controller driver - UAF fixes in ALSA timer core - a few usual HD-audio and FireWire quirks" * tag 'sound-fix-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: fireworks: add support for Loud Onyx 1200f quirk ALSA: hda: fix general protection fault in azx_runtime_idle ALSA: hda: Free card instance properly at probe errors ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED ALSA: memalloc: Remove a stale comment ALSA: synth: missing check for possible NULL after the call to kstrdup ALSA: memalloc: Use proper SG helpers for noncontig allocations ALSA: pci: rme: Fix unaligned buffer addresses ALSA: firewire-motu: add support for MOTU Track 16 ALSA: PCM: Fix NULL dereference at mmap checks ALSA: hda/realtek: Add quirk for ASUS UX550VE ALSA: timer: Unconditionally unlink slave instances, too ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type" ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N ALSA: firewire-motu: add support for MOTU Traveler mk3 ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ ALSA: timer: Fix use-after-free problem
Showing
- include/sound/memalloc.h 7 additions, 7 deletionsinclude/sound/memalloc.h
- sound/core/Makefile 1 addition, 0 deletionssound/core/Makefile
- sound/core/memalloc.c 62 additions, 43 deletionssound/core/memalloc.c
- sound/core/sgbuf.c 201 additions, 0 deletionssound/core/sgbuf.c
- sound/core/timer.c 8 additions, 9 deletionssound/core/timer.c
- sound/firewire/Kconfig 3 additions, 0 deletionssound/firewire/Kconfig
- sound/firewire/fireworks/fireworks_stream.c 3 additions, 2 deletionssound/firewire/fireworks/fireworks_stream.c
- sound/firewire/motu/motu-protocol-v3.c 30 additions, 3 deletionssound/firewire/motu/motu-protocol-v3.c
- sound/firewire/motu/motu.c 2 additions, 0 deletionssound/firewire/motu/motu.c
- sound/firewire/motu/motu.h 2 additions, 0 deletionssound/firewire/motu/motu.h
- sound/pci/hda/hda_intel.c 3 additions, 1 deletionsound/pci/hda/hda_intel.c
- sound/pci/hda/patch_realtek.c 17 additions, 0 deletionssound/pci/hda/patch_realtek.c
- sound/pci/rme9652/hdsp.c 23 additions, 18 deletionssound/pci/rme9652/hdsp.c
- sound/pci/rme9652/rme9652.c 23 additions, 18 deletionssound/pci/rme9652/rme9652.c
- sound/synth/emux/emux.c 1 addition, 1 deletionsound/synth/emux/emux.c
Loading
Please register or sign in to comment