[GIT PULL] sound fixes for 5.14-rc5
From: Takashi Iwai
Date: Fri Aug 06 2021 - 03:53:09 EST
Linus,
please pull sound fixes for v5.14-rc5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.14-rc5
The topmost commit is 97367c97226aab8b298ada954ce12659ee3ad2a4
----------------------------------------------------------------
sound fixes for 5.14-rc5
Here is a collection of small fixes:
- A few regression fixes (PCM core fixes, USB-audio fixes)
- Follow up fixes for the USB-audio mixer changes in this cycle
- A long-standing ALSA sequencer race bug fix
- Usual device-specific quirks for HD- and USB-audio
----------------------------------------------------------------
Alexander Monakov (1):
ALSA: hda/realtek: add mic quirk for Acer SF314-42
Alexander Tsoy (1):
ALSA: usb-audio: Add registration quirk for JBL Quantum 600
Geoffrey D. Bennett (4):
ALSA: scarlett2: Fix Mute/Dim/MSD Mode control names
ALSA: scarlett2: Fix Direct Monitor control name for 2i2
ALSA: scarlett2: Correct channel mute status after mute button pressed
ALSA: scarlett2: Fix line out/speaker switching notifications
Jaroslav Kysela (1):
ALSA: pcm - fix mmap capability check for the snd-dummy driver
Nikos Liolios (1):
ALSA: hda/realtek: Fix headset mic for Acer SWIFT SF314-56 (ALC256)
Takashi Iwai (4):
ALSA: usb-audio: Fix superfluous autosuspend recovery
ALSA: usb-audio: Avoid unnecessary or invalid connector selection at resume
ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUS
ALSA: seq: Fix racy deletion of subscriber
chihhao.chen (1):
ALSA: usb-audio: fix incorrect clock source setting
---
sound/core/memalloc.c | 2 +-
sound/core/pcm_native.c | 2 +-
sound/core/seq/seq_ports.c | 39 +++++++++++++++++++++++++++------------
sound/pci/hda/patch_realtek.c | 2 ++
sound/usb/card.c | 2 +-
sound/usb/clock.c | 6 ++++++
sound/usb/mixer.c | 35 ++++++++++++++++++++---------------
sound/usb/mixer_scarlett_gen2.c | 34 ++++++++++++++++++++++++----------
sound/usb/quirks.c | 1 +
9 files changed, 83 insertions(+), 40 deletions(-)