From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] ASoC fixes for v5.11-rc5
Date: Tue, 26 Jan 2021 12:44:09 +0000 [thread overview]
Message-ID: <20210126124506.E518923104@mail.kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4308 bytes --]
The following changes since commit 7505c06dabb5e814bda610c8d83338544f15db45:
MAINTAINERS: update qcom ASoC drivers list (2021-01-15 17:25:35 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.11-rc5
for you to fetch changes up to 5413dfd8ce0d5d997d442440701814a8ce7025d9:
Merge series "ASoC: SOF: partial fix to Kconfig issues" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: (2021-01-25 14:15:12 +0000)
----------------------------------------------------------------
ASoC: Fixes for v5.11
More fixes for v5.11, almost all driver specific issues including new
device IDs - there's one error handling fix for the topology stuff too.
----------------------------------------------------------------
Amadeusz Sławiński (1):
ASoC: topology: Properly unregister DAI on removal
Dan Carpenter (1):
ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values()
Eliot Blennerhassett (1):
ASoC: ak4458: correct reset polarity
James Schulman (1):
ASoC: wm_adsp: Fix control name parsing for multi-fw
Jaroslav Kysela (1):
ASoC: AMD Renoir - refine DMI entries for some Lenovo products
Jonathan Neuschäfer (1):
ASoC: dt-bindings: mt8192-mt6359: Fix indentation
Libin Yang (1):
ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E
Mark Brown (4):
Merge series "Add KUNIT tests for ASoC topology" from Amadeusz Sławiński<amadeuszx.slawinski@linux.intel.com>:
Merge series "ASoC: mediatek: mt8183: ignore TDM DAI link by by default" from Tzung-Bi Shih <tzungbi@google.com>:
Merge series "ASoC: qcom: Fix broken lpass driver" from Srinivas Kandagatla <srinivas.kandagatla@linaro.org>:
Merge series "ASoC: SOF: partial fix to Kconfig issues" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
Pierre-Louis Bossart (2):
ASoC: SOF: Intel: soundwire: fix select/depend unmet dependencies
ASoC: SOF: SND_INTEL_DSP_CONFIG dependency
Ricardo Ribalda (2):
ASoC: Intel: Skylake: skl-topology: Fix OOPs ib skl_tplg_complete
ASoC: Intel: Skylake: Zero snd_ctl_elem_value
Srinivas Kandagatla (3):
ASoC: dt-bindings: lpass: Fix and common up lpass dai ids
ASoC: qcom: Fix broken support to MI2S TERTIARY and QUATERNARY
ASoC: qcom: lpass-ipq806x: fix bitwidth regmap field
Stephan Gerhold (1):
ASoC: qcom: lpass: Fix out-of-bounds DAI ID lookup
Stephen Boyd (1):
ASoC: qcom: Fix number of HDMI RDMA channels on sc7180
Tzung-Bi Shih (3):
ASoC: mediatek: mt8183-mt6358: ignore TDM DAI link by default
ASoC: mediatek: mt8183-da7219: ignore TDM DAI link by default
ASoC: mediatek: mt8192-mt6359: add format constraints for RT5682
.../sound/mt8192-mt6359-rt1015-rt5682.yaml | 4 +-
include/dt-bindings/sound/apq8016-lpass.h | 7 ++--
include/dt-bindings/sound/qcom,lpass.h | 15 +++++++
include/dt-bindings/sound/sc7180-lpass.h | 6 +--
sound/soc/amd/renoir/rn-pci-acp3x.c | 18 +++++++-
sound/soc/codecs/ak4458.c | 22 ++++------
sound/soc/codecs/wm_adsp.c | 3 ++
sound/soc/intel/boards/sof_sdw.c | 10 +++++
sound/soc/intel/skylake/skl-topology.c | 15 +++----
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 5 ++-
.../mt8183/mt8183-mt6358-ts3a227-max98357.c | 5 ++-
.../mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c | 49 ++++++++++++++++++++++
sound/soc/qcom/lpass-cpu.c | 22 ++++++++++
sound/soc/qcom/lpass-ipq806x.c | 2 +-
sound/soc/qcom/lpass-lpaif-reg.h | 2 +-
sound/soc/qcom/lpass-platform.c | 12 ++++++
sound/soc/qcom/lpass-sc7180.c | 11 ++---
sound/soc/qcom/lpass.h | 2 +-
sound/soc/soc-topology.c | 11 ++---
sound/soc/sof/intel/Kconfig | 3 +-
sound/soc/sof/sof-acpi-dev.c | 11 ++---
sound/soc/sof/sof-pci-dev.c | 10 +++--
22 files changed, 184 insertions(+), 61 deletions(-)
create mode 100644 include/dt-bindings/sound/qcom,lpass.h
next reply other threads:[~2021-01-26 12:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-26 12:44 Mark Brown [this message]
2021-01-26 15:45 ` [GIT PULL] ASoC fixes for v5.11-rc5 Takashi Iwai
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=20210126124506.E518923104@mail.kernel.org \
--to=broonie@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=lgirdwood@gmail.com \
--cc=tiwai@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.