mbox series

[GIT,PULL] ASoC fixes for v5.15-rc2

Message ID 20210920121917.A6F8560EB2@mail.kernel.org (mailing list archive)
State Accepted
Commit 77ff9e7be0d420bd0555ef51612e8ce241f3e78f
Headers show
Series [GIT,PULL] ASoC fixes for v5.15-rc2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc2

Message

Mark Brown Sept. 20, 2021, 12:18 p.m. UTC
The following changes since commit fcb958ee8e832e9cdf43408535207e15f14af755:

  ASoC: rockchip: i2s: Fix concurrency between tx/rx (2021-09-03 16:19:01 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc2

for you to fetch changes up to cfacfefd382af3b42905108b54f02820dca225c4:

  ASoC: SOF: trace: Omit error print when waking up trace sleepers (2021-09-17 13:16:36 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.15

A crop of mostly device specific fixes that have been applied since
the merge window, nothing particularly standout here.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      MAINTAINERS: fix update references to stm32 audio bindings

Marc Herbert (1):
      ASoC: SOF: loader: release_firmware() on load failure to avoid batching

Mark Brown (1):
      Merge series "ASoC: fsl: register platform component before registering cpu dai" from Shengjiu Wang <shengjiu.wang@nxp.com>:

Peter Ujfalusi (4):
      ASoC: SOF: imx: imx8: Bar index is only valid for IRAM and SRAM types
      ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM types
      ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplication
      ASoC: SOF: trace: Omit error print when waking up trace sleepers

Pierre-Louis Bossart (1):
      ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic

Shengjiu Wang (5):
      ASoC: fsl_sai: register platform component before registering cpu dai
      ASoC: fsl_esai: register platform component before registering cpu dai
      ASoC: fsl_micfil: register platform component before registering cpu dai
      ASoC: fsl_spdif: register platform component before registering cpu dai
      ASoC: fsl_xcvr: register platform component before registering cpu dai

Trevor Wu (3):
      ASoC: mediatek: add required config dependency
      ASoC: mediatek: common: handle NULL case in suspend/resume function
      ASoC: mediatek: mt8195: remove wrong fixup assignment on HDMITX

Yong Zhi (1):
      ASoC: SOF: Fix DSP oops stack dump output contents

 MAINTAINERS                                           |  3 ++-
 sound/soc/fsl/fsl_esai.c                              | 16 ++++++++++------
 sound/soc/fsl/fsl_micfil.c                            | 15 ++++++++++-----
 sound/soc/fsl/fsl_sai.c                               | 14 +++++++++-----
 sound/soc/fsl/fsl_spdif.c                             | 14 +++++++++-----
 sound/soc/fsl/fsl_xcvr.c                              | 15 ++++++++++-----
 sound/soc/intel/boards/sof_sdw.c                      |  5 +++++
 sound/soc/mediatek/Kconfig                            |  3 +++
 sound/soc/mediatek/common/mtk-afe-fe-dai.c            | 19 +++++++++++--------
 .../soc/mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c |  7 +++----
 sound/soc/sof/core.c                                  |  4 +---
 sound/soc/sof/imx/imx8.c                              |  9 ++++++++-
 sound/soc/sof/imx/imx8m.c                             |  9 ++++++++-
 sound/soc/sof/loader.c                                |  8 +++++---
 sound/soc/sof/trace.c                                 |  1 -
 sound/soc/sof/xtensa/core.c                           |  4 ++--
 16 files changed, 96 insertions(+), 50 deletions(-)

Comments

Takashi Iwai Sept. 21, 2021, 4:44 p.m. UTC | #1
On Mon, 20 Sep 2021 14:18:19 +0200,
Mark Brown wrote:
> 
> The following changes since commit fcb958ee8e832e9cdf43408535207e15f14af755:
> 
>   ASoC: rockchip: i2s: Fix concurrency between tx/rx (2021-09-03 16:19:01 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc2
> 
> for you to fetch changes up to cfacfefd382af3b42905108b54f02820dca225c4:
> 
>   ASoC: SOF: trace: Omit error print when waking up trace sleepers (2021-09-17 13:16:36 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.15
> 
> A crop of mostly device specific fixes that have been applied since
> the merge window, nothing particularly standout here.

Pulled now, thanks.

Note that, as I'm currently traveling, the PR to Linus will be delayed
in the next week.


Takashi