mbox series

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

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

Pull-request

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

Message

Mark Brown June 7, 2022, 12:06 p.m. UTC
The following changes since commit ab0925ab728163b854ea17da09e299254a86076e:

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

are available in the Git repository at:

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

for you to fetch changes up to 2abdf9f80019e8244d3806ed0e1c9f725e50b452:

  ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put() (2022-06-06 12:31:28 +0100)

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

A few more fixes for v5.19 which came in during the second half of the
merge window, again nothing that's really remarkable outside of the
individual drivers.

----------------------------------------------------------------
Adam Ford (1):
      ASoC: wm8962: Fix suspend while playing music

Amadeusz Sławiński (1):
      ASoC: SOF: Fix potential NULL pointer dereference

Charles Keepax (6):
      ASoC: cs42l52: Fix TLV scales for mixer controls
      ASoC: cs35l36: Update digital volume TLV
      ASoC: cs53l30: Correct number of volume levels on SX controls
      ASoC: cs42l52: Correct TLV for Bypass Volume
      ASoC: cs42l56: Correct typo in minimum level for SX volume controls
      ASoC: cs42l51: Correct minimum value for SX volume control

Dan Carpenter (2):
      ASoC: SOF: ipc-msg-injector: Propagate write errors correctly
      ASoC: SOF: ipc-msg-injector: Fix reversed if statement

Hui Wang (1):
      ASoC: nau8822: Add operation for internal PLL off and on

Mark Brown (3):
      ASoC: Fixup Cirrus SX control usage
      ASoC: es8328: Fix event generation for deemphasis control
      ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()

Shengjiu Wang (1):
      ASoC: fsl_sai: Add support for i.MX8MN

Srinivasa Rao Mandadapu (1):
      ASoC: qcom: lpass-platform: Update VMA access permissions in mmap callback

xliu (1):
      ASoC: Intel: cirrus-common: fix incorrect channel mapping

 sound/soc/codecs/cs35l36.c                  |  3 ++-
 sound/soc/codecs/cs42l51.c                  |  2 +-
 sound/soc/codecs/cs42l52.c                  |  8 +++---
 sound/soc/codecs/cs42l56.c                  |  4 +--
 sound/soc/codecs/cs53l30.c                  | 16 ++++++------
 sound/soc/codecs/es8328.c                   |  5 +++-
 sound/soc/codecs/nau8822.c                  |  4 +++
 sound/soc/codecs/nau8822.h                  |  3 +++
 sound/soc/codecs/wm8962.c                   |  1 +
 sound/soc/codecs/wm_adsp.c                  |  2 +-
 sound/soc/fsl/fsl_sai.c                     |  1 +
 sound/soc/intel/boards/sof_cirrus_common.c  | 40 ++++++++++++++++++++++++++---
 sound/soc/qcom/lpass-platform.c             |  2 +-
 sound/soc/sof/sof-audio.c                   |  2 +-
 sound/soc/sof/sof-client-ipc-msg-injector.c | 28 +++++++++++---------
 15 files changed, 86 insertions(+), 35 deletions(-)