mbox series

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

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

Pull-request

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

Message

Mark Brown April 19, 2023, 8:24 p.m. UTC
The following changes since commit e3720f92e0237921da537e47a0b24e27899203f8:

  ASoC: SOF: avoid a NULL dereference with unsupported widgets (2023-03-29 14:40:18 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 86a24e99c97234f87d9f70b528a691150e145197:

  ASoC: fsl_asrc_dma: fix potential null-ptr-deref (2023-04-19 13:42:56 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.3

A few remaining small fixes for v6.3, all small driver specific ones.

----------------------------------------------------------------
Chancel Liu (1):
      ASoC: fsl_sai: Fix pins setting for i.MX8QM platform

Daniel Baluta (1):
      ASoC: SOF: pm: Tear down pipelines only if DSP was active

Long Wang (1):
      ASoC: max98373: change power down sequence for smart amp

Nikita Zhandarovich (1):
      ASoC: fsl_asrc_dma: fix potential null-ptr-deref

Peter Ujfalusi (1):
      ASoC: SOF: ipc4-topology: Clarify bind failure caused by missing fw_module

 sound/soc/codecs/max98373.c   |  4 ++--
 sound/soc/fsl/fsl_asrc_dma.c  | 11 ++++++++---
 sound/soc/fsl/fsl_sai.c       |  2 +-
 sound/soc/sof/ipc4-topology.c | 10 ++++++----
 sound/soc/sof/pm.c            |  8 +++++++-
 5 files changed, 24 insertions(+), 11 deletions(-)

Comments

Takashi Iwai April 20, 2023, 5:14 a.m. UTC | #1
On Wed, 19 Apr 2023 22:24:11 +0200,
Mark Brown wrote:
> 
> The following changes since commit e3720f92e0237921da537e47a0b24e27899203f8:
> 
>   ASoC: SOF: avoid a NULL dereference with unsupported widgets (2023-03-29 14:40:18 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.3-rc7
> 
> for you to fetch changes up to 86a24e99c97234f87d9f70b528a691150e145197:
> 
>   ASoC: fsl_asrc_dma: fix potential null-ptr-deref (2023-04-19 13:42:56 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.3
> 
> A few remaining small fixes for v6.3, all small driver specific ones.

Pulled now.  Thanks.


Takashi