[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hd00qrj4t.wl-tiwai@suse.de>
Date: Fri, 06 Nov 2020 09:20:50 +0100
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.10-rc3
Linus,
please pull sound fixes for v5.10-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.10-rc3
The topmost commit is a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b
----------------------------------------------------------------
sound fixes for 5.10-rc3
Quite a bunch of small fixes that have been gathered since the last PR
including the changes like below:
- HD-audio runtime PM fixes and refactoring
- HD-audio and USB-audio quirks
- SOF warning fix
- Various ASoC device-specific fixes for Intel, Qualcomm, etc
----------------------------------------------------------------
Arnd Bergmann (1):
ALSA: make snd_kcontrol_new name a normal string
Artem Lapkin (1):
ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devices
Bard Liao (1):
ASoC: SOF: loader: handle all SOF_IPC_EXT types
Cezary Rojewski (3):
ASoC: Intel: atom: Remove duplicate kconfigs
ASoC: Intel: catpt: Wake up device before configuring SSP port
ASoC: Intel: catpt: Relax clock selection conditions
Codrin Ciubotariu (1):
ASoC: mchp-spdiftx: Do not set Validity bit(s)
Dan Carpenter (1):
ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
Geoffrey D. Bennett (2):
ALSA: usb-audio: Add implicit feedback quirk for MODX
ALSA: usb-audio: Add implicit feedback quirk for Qu-16
Kai-Heng Feng (3):
ALSA: hda: Refactor codec PM to use direct-complete optimization
ALSA: hda: Separate runtime and system suspend
ALSA: hda: Reinstate runtime_allow() for all hda controllers
Kailang Yang (2):
ALSA: hda/realtek - Fixed HP headset Mic can't be detected
ALSA: hda/realtek - Enable headphone for ASUS TM420
Keith Winstein (1):
ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2
Mauro Carvalho Chehab (1):
ALSA: fix kernel-doc markups
Olivier Moysan (1):
ASoC: cs42l51: manage mclk shutdown delay
Srinivas Kandagatla (4):
ASoC: codecs: wsa881x: add missing stream rates and format
ASoC: qcom: sdm845: set driver name correctly
ASoC: codecs: wcd934x: Set digital gain range correctly
ASoC: codecs: wcd9335: Set digital gain range correctly
Tomasz Figa (1):
ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
Tzung-Bi Shih (1):
ASoC: mediatek: mt8183-da7219: fix DAPM paths for rt1015
V Sujith Kumar Reddy (2):
ASoC: qcom: lpass-sc7180: Fix MI2S bitwidth field bit positions
ASoC: qcom: lpass-cpu: Fix clock disable failure
---
include/sound/control.h | 2 +-
include/sound/core.h | 3 +-
include/sound/pcm.h | 4 +-
include/uapi/sound/compress_offload.h | 2 +-
sound/core/control.c | 4 +-
sound/core/pcm_dmaengine.c | 3 +-
sound/core/pcm_lib.c | 2 +-
sound/core/pcm_native.c | 4 +-
sound/hda/ext/hdac_ext_controller.c | 2 +
sound/pci/hda/hda_codec.c | 45 +++++++++------
sound/pci/hda/hda_controller.h | 3 +-
sound/pci/hda/hda_intel.c | 63 +++++++++++---------
sound/pci/hda/patch_realtek.c | 67 ++++++++++++++++++----
sound/soc/atmel/mchp-spdiftx.c | 1 -
sound/soc/codecs/cs42l51.c | 22 ++++++-
sound/soc/codecs/wcd9335.c | 2 +-
sound/soc/codecs/wcd934x.c | 2 +-
sound/soc/codecs/wsa881x.c | 2 +
sound/soc/intel/Kconfig | 18 ------
sound/soc/intel/atom/Makefile | 2 +-
sound/soc/intel/atom/sst/Makefile | 6 +-
sound/soc/intel/boards/kbl_rt5663_max98927.c | 39 ++++++++++---
sound/soc/intel/catpt/dsp.c | 9 ++-
sound/soc/intel/catpt/pcm.c | 10 ++++
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 31 ++++++++--
sound/soc/qcom/lpass-cpu.c | 14 +++--
sound/soc/qcom/lpass-sc7180.c | 2 +-
sound/soc/qcom/sdm845.c | 2 +
sound/soc/soc-core.c | 2 +-
sound/soc/soc-dapm.c | 2 +-
sound/soc/sof/loader.c | 5 ++
sound/usb/pcm.c | 6 ++
sound/usb/quirks.c | 1 +
33 files changed, 265 insertions(+), 117 deletions(-)
Powered by blists - more mailing lists