From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 5.10-rc3
Date: Fri, 06 Nov 2020 09:20:50 +0100 [thread overview]
Message-ID: <s5hd00qrj4t.wl-tiwai@suse.de> (raw)
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(-)
next reply other threads:[~2020-11-06 8:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-06 8:20 Takashi Iwai [this message]
2020-11-06 21:13 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hd00qrj4t.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®