mbox series

[GIT,PULL] ASoC fixes for v5.17-rc7

Message ID 20220310121304.2F301C340EB@smtp.kernel.org (mailing list archive)
State Accepted
Commit 09354ebe10b7c8447559aa1fda2cb3a5ca6034e1
Headers show
Series [GIT,PULL] ASoC fixes for v5.17-rc7 | expand

Pull-request

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

Message

Mark Brown March 10, 2022, 12:12 p.m. UTC
The following changes since commit c5487b9cdea5c1ede38a7ec94db0fc59963c8e86:

  ASoC: cs4265: Fix the duplicated control name (2022-02-16 16:34:16 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 5e02fb590e83684f63217f93a9cdeabd6a925f9c:

  ASoC: cs35l41: Fix DSP mbox start command and global enable order (2022-03-07 13:12:38 +0000)

----------------------------------------------------------------
ASoC: Potential fixes for v5.17

Rather more fixes here than I'm comfortable with, we've had several
vendors noticing issues late in the release cycle all of which are valid
and reasonable fixes but it adds up to a much larger change set than I'd
like.  Several of the AMD fixes look like cleanups from the subject
lines but are actually fixing user visible problems as well.

If you were to merge this for 5.18 rather than 5.17 it wouldn't be the
end of the world, stable will probably backport everything anyway.

----------------------------------------------------------------
Ammar Faizi (1):
      ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM

David Rhodes (1):
      ASoC: cs35l41: Fix GPIO2 configuration

Derek Fang (1):
      ASoC: rt5682s: Fix the wrong jack type detected

Hans de Goede (1):
      ASoC: Intel: soc-acpi-byt: Add new WM5102 ACPI HID

Lucas Tanure (2):
      ASoC: cs35l41: Fix max number of TX channels
      ASoC: cs35l41: Fix DSP mbox start command and global enable order

Ricard Wanderlof (1):
      ASoC: tlv320adc3xxx: Fix buggy return value

Srinivas Kandagatla (7):
      ASoC: codecs: rx-macro: fix accessing compander for aux
      ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type
      ASoC: codecs: va-macro: fix accessing array out of bounds for enum type
      ASoC: codecs: wc938x: fix accessing array out of bounds for enum type
      ASoC: codecs: wcd938x: fix kcontrol max values
      ASoC: codecs: wcd934x: fix kcontrol max values
      ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put

Vijendar Mukunda (5):
      ASoC: amd: vangogh: refactor i2s master mode clock sequence code
      ASoC: nau8821: enable no_capture_mute flag
      ASoC: amd: vg: update platform clock control sequence
      ASoC: amd: vg: apply sample bits pcm constraint
      ASoC: amd: vg: update acp init and deinit sequence

 sound/soc/amd/vangogh/acp5x-i2s.c                 | 26 ++++++--------------
 sound/soc/amd/vangogh/acp5x-mach.c                | 23 +++++++++++++++++-
 sound/soc/amd/vangogh/acp5x.h                     | 29 +++++++++++++++++++++++
 sound/soc/amd/vangogh/pci-acp5x.c                 |  4 ++++
 sound/soc/codecs/cs35l41.c                        | 10 ++++----
 sound/soc/codecs/lpass-rx-macro.c                 | 12 ++++++----
 sound/soc/codecs/lpass-va-macro.c                 |  4 ++--
 sound/soc/codecs/nau8821.c                        |  1 +
 sound/soc/codecs/rt5682s.c                        | 26 +++++++-------------
 sound/soc/codecs/rt5682s.h                        |  1 -
 sound/soc/codecs/tlv320adc3xxx.c                  | 12 ++++++----
 sound/soc/codecs/wcd934x.c                        | 11 +++++----
 sound/soc/codecs/wcd938x.c                        | 10 ++++----
 sound/soc/intel/common/soc-acpi-intel-byt-match.c |  2 +-
 sound/soc/sof/intel/hda-loader.c                  | 11 +++++----
 15 files changed, 114 insertions(+), 68 deletions(-)

Comments

Takashi Iwai March 10, 2022, 1:35 p.m. UTC | #1
On Thu, 10 Mar 2022 13:12:55 +0100,
Mark Brown wrote:
> 
> The following changes since commit c5487b9cdea5c1ede38a7ec94db0fc59963c8e86:
> 
>   ASoC: cs4265: Fix the duplicated control name (2022-02-16 16:34:16 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.17-rc7
> 
> for you to fetch changes up to 5e02fb590e83684f63217f93a9cdeabd6a925f9c:
> 
>   ASoC: cs35l41: Fix DSP mbox start command and global enable order (2022-03-07 13:12:38 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Potential fixes for v5.17
> 
> Rather more fixes here than I'm comfortable with, we've had several
> vendors noticing issues late in the release cycle all of which are valid
> and reasonable fixes but it adds up to a much larger change set than I'd
> like.  Several of the AMD fixes look like cleanups from the subject
> lines but are actually fixing user visible problems as well.
> 
> If you were to merge this for 5.18 rather than 5.17 it wouldn't be the
> end of the world, stable will probably backport everything anyway.

Thanks, pulled now.

I had a few pending fixes but thought to push for 5.18, as those
weren't urgent.  This PR also looks like non-urgent fixes, so I'm
inclined to wait for 5.18 merge for now.  Let's see.


Takashi