All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v5.14-rc2
@ 2021-07-21 17:32 Mark Brown
  2021-07-21 17:52 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2021-07-21 17:32 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood

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@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@gmail.com> Thierry Reding <treding@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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ASoC fixes for v5.14-rc2
  2021-07-21 17:32 [GIT PULL] ASoC fixes for v5.14-rc2 Mark Brown
@ 2021-07-21 17:52 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-07-21 17:52 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Wed, 21 Jul 2021 19:32:57 +0200,
Mark Brown wrote:
> 
> 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.

Thanks, pulled now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-21 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 17:32 [GIT PULL] ASoC fixes for v5.14-rc2 Mark Brown
2021-07-21 17:52 ` Takashi Iwai

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.