[GIT PULL] sound fixes for 6.1-rc5

From: Takashi Iwai
Date: Fri Nov 11 2022 - 03:56:13 EST


Linus,

please pull sound fixes for v6.1-rc5 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.1-rc5

The topmost commit is 9a5523f72bd2b0d66eef3d58810c6eb7b5ffc143

----------------------------------------------------------------

sound fixes for 6.1-rc5

Things look calming down, as this contains only a few small fixes.

- Fix for a corner-case bug with SG-buffer page allocation helper
- A regression fix for Roland USB-audio device probe
- A potential memory leak fix at the error path
- Handful quirks and device-specific fixes for HD- and USB-audio

----------------------------------------------------------------

Ai Chao (1):
ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue

Edson Juliano Drosdeck (1):
ALSA: hda/realtek: Add Positivo C6300 model quirk

Evan Quan (1):
ALSA: hda/hdmi - enable runtime pm for more AMD display audio

Jussi Laako (1):
ALSA: usb-audio: Add DSD support for Accuphase DAC-60

Pierre-Louis Bossart (1):
ALSA: hda: clarify comments on SCF changes

Stefan Binding (1):
ALSA: hda/realtek: Add quirk for ASUS Zenbook using CS35L41

Takashi Iwai (4):
ALSA: usb-audio: Yet more regression for for the delayed card registration
ALSA: usb-audio: Remove redundant workaround for Roland quirk
ALSA: usb-audio: Add quirk entry for M-Audio Micro
ALSA: memalloc: Don't fall back for SG-buffer with IOMMU

Xian Wang (1):
ALSA: hda/ca0132: add quirk for EVGA Z390 DARK

Yang Yingliang (1):
ALSA: arm: pxa: pxa2xx-ac97-lib: fix return value check of platform_get_irq()

Ye Bin (1):
ALSA: hda: fix potential memleak in 'add_widget_node'

---
sound/arm/pxa2xx-ac97-lib.c | 4 +++-
sound/core/memalloc.c | 20 +++++++++---------
sound/hda/hdac_sysfs.c | 4 +++-
sound/pci/hda/hda_intel.c | 11 ++++++----
sound/pci/hda/patch_ca0132.c | 1 +
sound/pci/hda/patch_realtek.c | 2 ++
sound/usb/card.c | 29 +++++++++++++++++---------
sound/usb/endpoint.c | 3 ++-
sound/usb/quirks-table.h | 4 ++++
sound/usb/quirks.c | 47 ++++++-------------------------------------
sound/usb/usbaudio.h | 3 +++
11 files changed, 62 insertions(+), 66 deletions(-)