[GIT PULL] sound fixes for 5.6-rc2
From: Takashi Iwai
Date: Fri Feb 14 2020 - 05:59:37 EST
Linus,
please pull sound fixes for v5.6-rc2 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.6-rc2
The topmost commit is 0fbb027b44e79700da80e4b8bd1c1914d4796af6
----------------------------------------------------------------
sound fixes for 5.6-rc2
The only common change is the regression fix of the previous PCM fix
patch for managed buffers while the rest are usual suspects, USB-audio
and HD-audio device-specific quirks. The change for UAC2 clock
validation workaround became a bit big, but the changes are fairly
straightforward.
----------------------------------------------------------------
Alexander Tsoy (1):
ALSA: usb-audio: Add clock validity quirk for Denon MC7000/MCX8000
Arvind Sankar (1):
ALSA: usb-audio: Apply sample rate quirk for Audioengine D1
Kailang Yang (1):
ALSA: hda/realtek - Add more codec supported Headset Button
Takashi Iwai (4):
ALSA: usb-audio: Apply 48kHz fixed rate playback for Jabra Evolve 65 headset
ALSA: usb-audio: Fix UAC2/3 effect unit parsing
ALSA: hda/realtek - Fix silent output on MSI-GL73
ALSA: pcm: Fix double hw_free calls
---
sound/core/pcm_native.c | 3 +-
sound/pci/hda/patch_realtek.c | 4 ++
sound/usb/clock.c | 91 ++++++++++++++++++++++++++++++-------------
sound/usb/clock.h | 4 +-
sound/usb/format.c | 36 ++++++++++-------
sound/usb/mixer.c | 12 +++++-
sound/usb/quirks.c | 1 +
7 files changed, 105 insertions(+), 46 deletions(-)