mbox series

[GIT,PULL] ASoC fixes for v6.2-rc4

Message ID 20221111131610.17E02C433C1@smtp.kernel.org (mailing list archive)
State Accepted
Commit 5534bbb7c658a6b21e118b0d22de36b5bbb19805
Headers show
Series [GIT,PULL] ASoC fixes for v6.2-rc4 | expand

Pull-request

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

Message

Mark Brown Nov. 11, 2022, 1:15 p.m. UTC
The following changes since commit e9441675edc1bb8dbfadacf68aafacca60d65a25:

  ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (2022-10-21 13:04:14 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7d945b046be3d2605dbb1806e73095aadd7ae129:

  ASoC: stm32: dfsdm: manage cb buffers cleanup (2022-11-09 17:56:37 +0000)

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

A relatively large collection of fixes and new platform quirks here,
they're all fairly minor though - the widest possible impact is the fix
to the use of prefixes on regulator names which would have broken any
device that integrates regulators with DAPM and was used in a system
where it had a name prefix assigning to it.

----------------------------------------------------------------
Brent Mendelsohn (1):
      ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table

Chen Zhongjin (2):
      ASoC: core: Fix use-after-free in snd_soc_exit()
      ASoC: soc-utils: Remove __exit for snd_soc_util_exit()

Hans de Goede (1):
      ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01

Jason Montleon (2):
      ASoC: rt5514: fix legacy dai naming
      ASoC: rt5677: fix legacy dai naming

Kai Vehmanen (1):
      ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1 and older

Maarten Zanders (1):
      ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N

Martin PoviĊĦer (3):
      ASoC: tas2770: Fix set_tdm_slot in case of single slot
      ASoC: tas2764: Fix set_tdm_slot in case of single slot
      ASoC: tas2780: Fix set_tdm_slot in case of single slot

Olivier Moysan (1):
      ASoC: stm32: dfsdm: manage cb buffers cleanup

Paul Cercueil (1):
      ASoC: dapm: Don't use prefix for regulator name

Peter Ujfalusi (1):
      ASoC: SOF: topology: No need to assign core ID if token parsing failed

Pierre-Louis Bossart (2):
      ASoC: Intel: soc-acpi: add ES83x6 support to IceLake
      ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake

Tzung-Bi Shih (1):
      MAINTAINERS: update Tzung-Bi's email address

Zhu Ning (1):
      ASoC: sof_es8336: reduce pop noise on speaker

 .mailmap                                           |  1 +
 .../bindings/sound/google,cros-ec-codec.yaml       |  2 +-
 .../devicetree/bindings/sound/realtek,rt1015p.yaml |  2 +-
 MAINTAINERS                                        |  2 +-
 include/sound/sof/info.h                           |  4 ++
 sound/hda/intel-dsp-config.c                       |  5 ++
 sound/soc/amd/yc/acp6x-mach.c                      |  7 +++
 sound/soc/codecs/rt5514-spi.c                      | 15 +++---
 sound/soc/codecs/rt5677-spi.c                      | 19 +++----
 sound/soc/codecs/tas2764.c                         | 19 +++----
 sound/soc/codecs/tas2770.c                         | 20 +++-----
 sound/soc/codecs/tas2780.c                         | 19 +++----
 sound/soc/fsl/fsl_asrc.c                           |  2 +-
 sound/soc/fsl/fsl_esai.c                           |  2 +-
 sound/soc/fsl/fsl_sai.c                            |  2 +-
 sound/soc/intel/boards/bytcht_es8316.c             |  7 +++
 sound/soc/intel/boards/sof_es8336.c                | 60 +++++++++++++++++-----
 sound/soc/intel/common/soc-acpi-intel-icl-match.c  | 13 +++++
 sound/soc/soc-core.c                               | 17 +++++-
 sound/soc/soc-dapm.c                               |  2 +-
 sound/soc/soc-utils.c                              |  2 +-
 sound/soc/sof/ipc3-topology.c                      | 15 ++++--
 sound/soc/sof/topology.c                           | 20 ++++----
 sound/soc/stm/stm32_adfsdm.c                       | 11 ++++
 24 files changed, 173 insertions(+), 95 deletions(-)

Comments

Mark Brown Nov. 11, 2022, 1:18 p.m. UTC | #1
On Fri, Nov 11, 2022 at 01:15:53PM +0000, Mark Brown wrote:
> The following changes since commit e9441675edc1bb8dbfadacf68aafacca60d65a25:
> 
>   ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (2022-10-21 13:04:14 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.2-rc4

Typoed the version there, sorry.
Takashi Iwai Nov. 12, 2022, 8:57 a.m. UTC | #2
On Fri, 11 Nov 2022 14:15:53 +0100,
Mark Brown wrote:
> 
> The following changes since commit e9441675edc1bb8dbfadacf68aafacca60d65a25:
> 
>   ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (2022-10-21 13:04:14 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.2-rc4
> 
> for you to fetch changes up to 7d945b046be3d2605dbb1806e73095aadd7ae129:
> 
>   ASoC: stm32: dfsdm: manage cb buffers cleanup (2022-11-09 17:56:37 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.1
> 
> A relatively large collection of fixes and new platform quirks here,
> they're all fairly minor though - the widest possible impact is the fix
> to the use of prefixes on regulator names which would have broken any
> device that integrates regulators with DAPM and was used in a system
> where it had a name prefix assigning to it.

Thanks, pulled now.


Takashi