[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hy2nu9hva.wl-tiwai@suse.de>
Date: Wed, 08 Jul 2020 16:55:05 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] sound fixes for 5.8-rc5
Linus,
please pull sound fixes for v5.8-rc5 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.8-rc5
The topmost commit is f79a732a8325dfbd570d87f1435019d7e5501c6d
----------------------------------------------------------------
sound fixes for 5.8-rc5
A collection of small, mostly device-specific fixes.
The significant one is the regression fix for USB-audio implicit
feedback devices due to the incorrect frame size calculation, which
landed in 5.8 and stable trees. In addition, a few usual HD-audio
and USB-audio quirks, Intel HDMI fixes, ASoC fsl and rt5682 fixes,
as well as the fix in compress-offload partial drain operation.
----------------------------------------------------------------
Alexander Tsoy (2):
ALSA: usb-audio: Fix packet size calculation
ALSA: usb-audio: Replace s/frame/packet/ where appropriate
Benjamin Poirier (1):
ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id
Hector Martin (1):
ALSA: usb-audio: add quirk for MacroSilicon MS2109
Hui Wang (1):
ALSA: hda - let hs_mic be picked ahead of hp_mic
Jaroslav Kysela (1):
AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module
Jian-Hong Pan (3):
ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC
ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VC
ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with ALC269VC
Kai Vehmanen (2):
ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and later
ALSA: hda/hdmi: improve debug traces for stream lookups
Pavel Hofman (1):
ALSA: usb-audio: Add implicit feedback quirk for RTX6001
Shengjiu Wang (2):
ASoC: fsl_mqs: Don't check clock is NULL before calling clk API
ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enable
Shuming Fan (1):
ASoC: rt5682: fix the pop noise while OMTP type headset plugin
Vinod Koul (1):
ALSA: compress: fix partial_drain completion state
xidongwang (1):
ALSA: opl3: fix infoleak in opl3
---
include/sound/compress_driver.h | 10 +++++++-
sound/core/compress_offload.c | 4 ++++
sound/drivers/opl3/opl3_synth.c | 2 ++
sound/pci/hda/hda_auto_parser.c | 6 +++++
sound/pci/hda/patch_hdmi.c | 41 ++++++++++++++++++++------------
sound/pci/hda/patch_realtek.c | 38 ++++++++++++++++++++++++++++--
sound/soc/amd/renoir/Makefile | 7 +++---
sound/soc/codecs/rt5682.c | 9 ++++++-
sound/soc/fsl/fsl_mqs.c | 23 +++++++++++-------
sound/usb/card.h | 6 ++---
sound/usb/endpoint.c | 18 +++++++-------
sound/usb/pcm.c | 1 +
sound/usb/quirks-table.h | 52 +++++++++++++++++++++++++++++++++++++++++
13 files changed, 174 insertions(+), 43 deletions(-)
Powered by blists - more mailing lists