[GIT PULL] ASoC fixes for v5.14-rc2
Mark Brown
broonie at kernel.org
Wed Jul 21 19:32:57 CEST 2021
The following changes since commit 6a7f5bd6185e1c86256d5e52c3bb7a4d390d6e19:
ASoC: qcom: lpass-cpu: mark IRQ_CLEAR register as volatile and readable (2021-06-24 19:29:53 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.14-rc2
for you to fetch changes up to 82d28b67f780910f816fe1cfb0f676fc38c4cbb3:
ASoC: ti: j721e-evm: Check for not initialized parent_clk_id (2021-07-19 12:58:42 +0100)
----------------------------------------------------------------
ASoC: Fixes for v5.14
A collection of fixes for ASoC that have come in since the merge window,
all driver specific. There is a new core feature added for reversing
the order of operations when shutting down, this is needed to fix a bug
with the AMD Stonyridge platform, and we also tweak the Kconfig to make
the SSM2518 driver user selectable so it can be used with generic cards
but that requires no actual code changes.
----------------------------------------------------------------
Charles Keepax (2):
ASoC: wm_adsp: Correct wm_coeff_tlv_get handling
ASoC: wm_adsp: Add CCM_CORE_RESET to Halo start core
Kyle Russell (1):
ASoC: tlv320aic31xx: fix reversed bclk/wclk master bits
Lucas Stach (1):
ASoC: codecs: allow SSM2518 to be selected by the user
Marek Vasut (1):
ASoC: tlv320aic32x4: Fix TAS2505 volume controls
Mark Brown (3):
Merge series "ASoC: Intel: machine driver corrections" from Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>:
ASoC: tlv320aic31xx: Make regmap cache only on probe()
Merge series "arm64: tegra: Enable audio IOMMU support on Tegra194" from Thierry Reding <thierry.reding at gmail.com> Thierry Reding <treding at nvidia.com>:
Maxim Schwalm (1):
ASoC: rt5631: Fix regcache sync errors on resume
Oder Chiou (1):
ASoC: rt5682: Fix the issue of garbled recording after powerd_dbus_suspend
Peter Robinson (1):
ASoC: remove zte zx dangling kconfig
Peter Ujfalusi (2):
ASoC: ti: j721e-evm: Fix unbalanced domain activity tracking during startup
ASoC: ti: j721e-evm: Check for not initialized parent_clk_id
Rander Wang (1):
ASoC: Intel: boards: fix xrun issue on platform with max98373
Rob Herring (1):
ASoC: dt-bindings: renesas: rsnd: Fix incorrect 'port' regex schema
Sathya Prakash M R (1):
ASoC: SOF: Intel: Update ADL descriptor to use ACPI power states
Srinivas Kandagatla (2):
ASoC: codecs: wcd938x: make sdw dependency explicit in Kconfig
ASoC: codecs: wcd938x: setup irq during component bind
Thierry Reding (1):
ASoC: tegra: Use ADMAIF component for DMA allocations
Vijendar Mukunda (2):
ASoC: soc-pcm: add a flag to reverse the stop sequence
ASoC: amd: reverse stop sequence for stoneyridge platform
.../devicetree/bindings/sound/renesas,rsnd.yaml | 2 +-
include/sound/soc.h | 6 ++
sound/soc/amd/acp-da7219-max98357a.c | 5 ++
sound/soc/codecs/Kconfig | 8 +--
sound/soc/codecs/rt5631.c | 2 +
sound/soc/codecs/rt5682.c | 8 ++-
sound/soc/codecs/tlv320aic31xx.c | 2 +
sound/soc/codecs/tlv320aic31xx.h | 4 +-
sound/soc/codecs/tlv320aic32x4.c | 27 ++++----
sound/soc/codecs/wcd938x.c | 18 ++---
sound/soc/codecs/wm_adsp.c | 6 +-
sound/soc/intel/boards/sof_sdw_max98373.c | 81 ++++++++++++++--------
sound/soc/soc-pcm.c | 22 ++++--
sound/soc/sof/intel/pci-tgl.c | 1 +
sound/soc/tegra/tegra_pcm.c | 30 ++++----
sound/soc/ti/j721e-evm.c | 18 +++--
16 files changed, 152 insertions(+), 88 deletions(-)
More information about the Alsa-devel
mailing list