[GIT PULL] sound fixes for 6.3-rc5

From: Takashi Iwai
Date: Thu Mar 30 2023 - 09:12:52 EST


Linus,

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

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

The topmost commit is 52aad39385e1bfdb34a1b405f699a8ef302c58b0

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

sound fixes for 6.3-rc5

A collection of small fixes:
- A potential deadlock fix for USB-audio, involving some change
in PCM core side
- A regression fix for probes of USB-audio devices with the
vendor-specific PCM format bits
- Two regression fixes for the old YMFPCI driver
- A few HD-audio quirks as usual

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

Jaroslav Kysela (1):
ALSA: hda/realtek: Fix support for Dell Precision 3260

Takashi Iwai (3):
ALSA: hda/conexant: Partial revert of a quirk for Lenovo
ALSA: usb-audio: Fix recursive locking at XRUN during syncing
ALSA: usb-audio: Fix regression on detection of Roland VS-100

Tasos Sahanidis (2):
ALSA: ymfpci: Create card with device-managed snd_devm_card_new()
ALSA: ymfpci: Fix BUG_ON in probe function

Tim Crawford (1):
ALSA: hda/realtek: Add quirks for some Clevo laptops

huangwenhui (1):
ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z

---
sound/core/pcm_lib.c | 2 ++
sound/pci/hda/patch_conexant.c | 6 +++++-
sound/pci/hda/patch_realtek.c | 7 ++++++-
sound/pci/ymfpci/ymfpci.c | 2 +-
sound/pci/ymfpci/ymfpci_main.c | 2 +-
sound/usb/endpoint.c | 22 ++++++++++++++--------
sound/usb/endpoint.h | 4 ++--
sound/usb/format.c | 8 ++++++--
sound/usb/pcm.c | 2 +-
9 files changed, 38 insertions(+), 17 deletions(-)