mbox series

[GIT,PULL] ASoC fixes for v5.19-rc0

Message ID 20220601080720.39755C385A5@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v5.19-rc0 | expand

Pull-request

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

Message

Mark Brown June 1, 2022, 8:07 a.m. UTC
The following changes since commit e5cd20e0d6713138444cc3f3f982712cf9a36143:

  ASoC: SOF: Introduce generic (in)firmware tracing infrastructure (2022-05-20 14:56:35 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ab0925ab728163b854ea17da09e299254a86076e:

  ASoC: da7219: Small fixes for jack detection and removal (2022-05-31 10:16:59 +0200)

----------------------------------------------------------------
ASoC: Fixes for v5.19

A few more fixes that came in during the merge window - nothing
huge here, there is one core fix for DPCM from Pierre but mostly
driver changes.

----------------------------------------------------------------
Adam Thomson (2):
      ASoC: da7219: Fix pole orientation detection on certain headsets
      ASoC: da7219: cancel AAD related work earlier for jack removal

David Lin (1):
      ASoC: Intel: common: fix typo for tplg naming

Mark Brown (1):
      ASoC: da7219: Small fixes for jack detection and removal

Oder Chiou (1):
      ASoC: rt5640: Do not manipulate pin "Platform Clock" if the "Platform Clock" is not in the DAPM

Pierre-Louis Bossart (1):
      ASoC: soc-pcm: fix BE transition for TRIGGER_START

Shengjiu Wang (1):
      ASoC: fsl_sai: Fix FSL_SAI_xDR/xFR definition

Syed Saba kareem (1):
      ASoC: SOF: amd: Fixed Build error

Uwe Kleine-König (1):
      ASoC: Intel: avs: Fix build error on arc, m68k and sparc

 sound/soc/amd/acp/acp-pci.c                       |  1 +
 sound/soc/codecs/da7219-aad.c                     | 18 +++++++++++++++---
 sound/soc/codecs/rt5640.c                         | 11 +++++++++--
 sound/soc/codecs/rt5640.h                         |  2 ++
 sound/soc/fsl/fsl_sai.h                           |  4 ++--
 sound/soc/intel/avs/board_selection.c             |  3 ++-
 sound/soc/intel/boards/bytcr_rt5640.c             |  2 ++
 sound/soc/intel/common/soc-acpi-intel-adl-match.c |  2 +-
 sound/soc/soc-pcm.c                               |  2 --
 9 files changed, 34 insertions(+), 11 deletions(-)

Comments

Takashi Iwai June 1, 2022, 8:27 a.m. UTC | #1
On Wed, 01 Jun 2022 10:07:02 +0200,
Mark Brown wrote:
> 
> The following changes since commit e5cd20e0d6713138444cc3f3f982712cf9a36143:
> 
>   ASoC: SOF: Introduce generic (in)firmware tracing infrastructure (2022-05-20 14:56:35 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.19-rc0
> 
> for you to fetch changes up to ab0925ab728163b854ea17da09e299254a86076e:
> 
>   ASoC: da7219: Small fixes for jack detection and removal (2022-05-31 10:16:59 +0200)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.19
> 
> A few more fixes that came in during the merge window - nothing
> huge here, there is one core fix for DPCM from Pierre but mostly
> driver changes.

Thanks, pulled now.


Takashi