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.6-rc1
Date: Thu, 06 Feb 2020 14:26:34 +0100 [thread overview]
Message-ID: <s5hv9ojq22d.wl-tiwai@suse.de> (raw)
Linus,
please pull sound fixes for v5.6-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-5.6-rc1
The topmost commit is 6954b323a183dc18fa9bf2ad700e0ed344918c5f
----------------------------------------------------------------
sound fixes for 5.6-rc1
A collection of pending small fixes since the previous PR.
ALSA core:
- PCM memory leak fix
ASoC:
- Lots of SOF and Intel driver fixes
- Addition of COMMON_CLK for wcd934x
- Regression fixes for AMD and Tegra platforms
HD-audio:
- DP-MST HDMI regression fix, Tegra workarounds, HP quirk fix
Others:
- A few fixes relevant with the recent uapi-updates
- Sparse warnings and endianness fixes
----------------------------------------------------------------
Akshu Agrawal (1):
ASoC: amd: Fix simultaneous playback and capture
Bard Liao (1):
ASoC: intel: soc-acpi-intel-icl-match: fix rt715 ADR
Geert Uytterhoeven (1):
ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECS
Guennadi Liakhovetski (2):
ASoC: SOF: fix an Oops, caused by invalid topology
ASoC: Intel: consistent HDMI codec probing code
Jon Hunter (1):
ASoC: tegra: Revert 24 and 32 bit support
Kai Vehmanen (3):
ASoC: SOF: Intel: refactor i915_get/put functions
ASoC: SOF: Intel: do not disable i915 power during probe
ASoC: SOF: trace: fix unconditional free in trace release
Kailang Yang (1):
ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supported
Marek Szyprowski (1):
ASoC: max98090: silence lockdep warning
Mohan Kumar (2):
ALSA: hda: Reset stream if DMA RUN bit not cleared
ALSA: hda: Clear RIRB status before reading WP
Nathan Chancellor (1):
ASoC: rt1015: Remove unnecessary const
Nikhil Mahale (1):
ALSA: hda - Fix DP-MST support for NVIDIA codecs
Oder Chiou (1):
MAINTAINERS: Remove the Bard Liao from the MAINTAINERS of Realtek CODECs
Pan Xiuli (1):
ASoC: SOF: pci: add missing default_fw_name of JasperLake
Pierre-Louis Bossart (2):
ASoC: SOF: core: free trace on errors
ASoC: SOF: core: release resources on errors in probe_continue
Ranjani Sridharan (1):
ALSA: uapi: Fix sparse warning
Ravulapati Vishnu vardhan rao (1):
ASoC: amd: Fix for Subsequent Playback issue.
Srinivas Kandagatla (1):
ASoC: wcd934x: Add missing COMMON_CLK dependency
Takashi Iwai (11):
ASoC: rt1308-sdw: Add __maybe_unused to PM callbacks
ASoC: rt700: Add __maybe_unused to PM callbacks
ASoC: rt711: Add __maybe_unused to PM callbacks
ASoC: rt715: Add __maybe_unused to PM callbacks
ALSA: pcm: Fix memory leak at closing a stream without hw_free
ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_t
ALSA: usb-audio: Fix endianess in descriptor validation
ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirk
ALSA: dummy: Fix PCM format loop in proc output
ALSA: emu10k1: Fix annotation and cast for the recent uapi header change
ALSA: hdsp: Make the firmware loading ioctl a bit more readable
Yong Zhi (2):
ALSA: hda: Add JasperLake PCI ID and codec vid
ASoC: SOF: Intel: add PCI ID for JasperLake
---
MAINTAINERS | 1 -
include/sound/pcm.h | 4 +-
include/uapi/sound/asound.h | 4 +-
sound/core/pcm_compat.c | 8 +-
sound/core/pcm_native.c | 211 ++++++++++++++--------
sound/drivers/dummy.c | 2 +-
sound/hda/hdac_stream.c | 31 ++--
sound/pci/emu10k1/emufx.c | 180 ++++++++++--------
sound/pci/hda/hda_controller.c | 11 +-
sound/pci/hda/hda_intel.c | 2 +
sound/pci/hda/patch_hdmi.c | 95 ++++++----
sound/pci/hda/patch_realtek.c | 1 +
sound/pci/rme9652/hdsp.c | 7 +-
sound/soc/amd/raven/acp3x-i2s.c | 12 +-
sound/soc/amd/raven/acp3x-pcm-dma.c | 14 +-
sound/soc/codecs/Kconfig | 3 +-
sound/soc/codecs/max98090.c | 3 +-
sound/soc/codecs/rt1015.c | 2 +-
sound/soc/codecs/rt1308-sdw.c | 4 +-
sound/soc/codecs/rt700-sdw.c | 4 +-
sound/soc/codecs/rt711-sdw.c | 4 +-
sound/soc/codecs/rt715-sdw.c | 4 +-
sound/soc/intel/boards/bxt_da7219_max98357a.c | 14 +-
sound/soc/intel/boards/bxt_rt298.c | 14 +-
sound/soc/intel/boards/cml_rt1011_rt5682.c | 13 +-
sound/soc/intel/boards/glk_rt5682_max98357a.c | 16 +-
sound/soc/intel/boards/sof_rt5682.c | 15 +-
sound/soc/intel/common/soc-acpi-intel-icl-match.c | 2 +-
sound/soc/sof/core.c | 38 ++--
sound/soc/sof/intel/hda-codec.c | 21 +--
sound/soc/sof/intel/hda.c | 3 +-
sound/soc/sof/intel/hda.h | 7 +-
sound/soc/sof/pcm.c | 10 +
sound/soc/sof/pm.c | 4 +
sound/soc/sof/sof-pci-dev.c | 3 +
sound/soc/sof/trace.c | 7 +-
sound/soc/tegra/tegra30_i2s.c | 25 +--
sound/usb/mixer_scarlett_gen2.c | 46 ++---
sound/usb/validate.c | 6 +-
39 files changed, 489 insertions(+), 362 deletions(-)
next reply other threads:[~2020-02-06 13:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-06 13:26 Takashi Iwai [this message]
2020-02-06 14:25 ` 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=s5hv9ojq22d.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®