mbox series

[GIT,PULL] ASoC fixes for v6.1-rc7

Message ID 20221130162338.BF2F5C433D6@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.1-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.1-rc7

Message

Mark Brown Nov. 30, 2022, 4:23 p.m. UTC
The following changes since commit db8f91d424fe0ea6db337aca8bc05908bbce1498:

  ASoC: soc-pcm: Add NULL check in BE reparenting (2022-11-22 12:23:00 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.1-rc7

for you to fetch changes up to 3d1bb6cc1a654c8693a85b1d262e610196edec8b:

  ASoC: cs42l51: Correct PGA Volume minimum value (2022-11-25 16:29:52 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.1

Some more fixes for v6.1, some of these are very old and were originally
intended to get sent for v5.18 but got lost in the shuffle when there
was an issue with Linus not liking my branching strategy and I rebuilt
bits of my workflow.  The ops changes have been validated by people
looking at real hardware and are how things getting dropped got noticed.

----------------------------------------------------------------
Charles Keepax (2):
      ASoC: ops: Correct bounds check for second channel on SX controls
      ASoC: cs42l51: Correct PGA Volume minimum value

Hui Tang (1):
      ASoC: tlv320adc3xxx: Fix build error for implicit function declaration

Mark Brown (3):
      ASoC: ops: Fix bounds check for _sx controls
      ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
      ASoC: Merge dropped fixes from v5.18

Shengjiu Wang (2):
      ASoC: fsl_micfil: explicitly clear software reset bit
      ASoC: fsl_micfil: explicitly clear CHnF flags

 sound/soc/codecs/cs42l51.c       |  2 +-
 sound/soc/codecs/tlv320adc3xxx.c |  3 +++
 sound/soc/fsl/fsl_micfil.c       | 19 +++++++++++++++++++
 sound/soc/soc-ops.c              | 11 ++++++++---
 4 files changed, 31 insertions(+), 4 deletions(-)