[GIT PULL] sound fixes for 5.19-rc4

From: Takashi Iwai
Date: Thu Jun 23 2022 - 03:28:05 EST


Linus,

please pull sound fixes for v5.19-rc4 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.19-rc4

The topmost commit is 627ce0d68eb4b53e995b08089fa9da1e513ec5ba

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

sound fixes for 5.19-rc4

All small changes, mostly device-specific:
- A regression fix for PCM WC-page allocation on x86
- A regression fix for i915 audio component binding
- Fixes for (longstanding) beep handling bug
- Runtime PM fixes for Intel LPE HDMI audio
- A couple of pending FireWire fixes
- Usual HD-audio and USB-audio quirks, new Intel dspconf entries

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

Daniil Dementev (1):
ALSA: usb-audio: US16x08: Move overflow check before array access

Jiapeng Chong (1):
firewire: convert sysfs sprintf/snprintf family to sysfs_emit

Kailang Yang (1):
ALSA: hda/realtek - ALC897 headset MIC no sound

Pierre-Louis Bossart (4):
ALSA: hda: intel-dspcfg: use SOF for UpExtreme and UpExtreme11 boards
ALSA: hda: intel-nhlt: remove use of __func__ in dev_dbg
ALSA: x86: intel_hdmi_audio: enable pm_runtime and set autosuspend delay
ALSA: x86: intel_hdmi_audio: use pm_runtime_resume_and_get()

Soham Sen (1):
ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop

Takashi Iwai (5):
ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly
ALSA: memalloc: Drop x86-specific hack for WC allocations
ALSA: hda/conexant: Fix missing beep setup
ALSA: hda/via: Fix missing beep setup
ALSA: hda: Fix discovery of i915 graphics PCI device

Takashi Sakamoto (1):
firewire: cdev: fix potential leak of kernel stack due to uninitialized value

Tim Crawford (2):
ALSA: hda/realtek: Add quirk for Clevo PD70PNT
ALSA: hda/realtek: Add quirk for Clevo NS50PU

---
drivers/firewire/core-cdev.c | 2 +-
drivers/firewire/core-device.c | 6 ++----
sound/core/memalloc.c | 23 +----------------------
sound/hda/hdac_i915.c | 15 ++++++---------
sound/hda/intel-dsp-config.c | 12 ++++++++++++
sound/hda/intel-nhlt.c | 17 ++++++++---------
sound/pci/hda/hda_auto_parser.c | 7 ++++---
sound/pci/hda/hda_local.h | 1 +
sound/pci/hda/patch_conexant.c | 4 ++--
sound/pci/hda/patch_realtek.c | 36 +++++++++++++++++++++++++++++++++++-
sound/pci/hda/patch_via.c | 4 ++--
sound/usb/mixer_us16x08.c | 6 +++---
sound/x86/intel_hdmi_audio.c | 15 +++++++++++++--
13 files changed, 90 insertions(+), 58 deletions(-)