mbox series

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

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

Pull-request

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

Message

Mark Brown Nov. 23, 2022, 4:04 p.m. UTC
The following changes since commit 7d945b046be3d2605dbb1806e73095aadd7ae129:

  ASoC: stm32: dfsdm: manage cb buffers cleanup (2022-11-09 17:56:37 +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-rc6

for you to fetch changes up to db8f91d424fe0ea6db337aca8bc05908bbce1498:

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

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

A clutch of small fixes that have come in in the past week, people seem
to have been unusually active for this late in the release cycle.  The
most critical one here is the fix to renumber the SOF DAI types in order
to restore ABI compatibility which was broken by the addition of AMD
support.

----------------------------------------------------------------
Chancel Liu (1):
      ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register

Detlev Casanova (1):
      ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove

Jiasheng Jiang (1):
      ASoC: max98373: Add checks for devm_kcalloc

Junxiao Chang (1):
      ASoC: hdac_hda: fix hda pcm buffer overflow issue

Olivier Moysan (1):
      ASoC: stm32: i2s: remove irqf_oneshot flag

Pierre-Louis Bossart (1):
      ASoC: SOF: dai: move AMD_HS to end of list to restore backwards-compatibility

Richard Fitzgerald (1):
      ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()

Shuming Fan (1):
      ASoC: rt711-sdca: fix the latency time of clock stop prepare state machine transitions

Srinivasa Rao Mandadapu (1):
      ASoC: soc-pcm: Add NULL check in BE reparenting

 include/sound/sof/dai.h           | 2 +-
 sound/soc/codecs/hdac_hda.h       | 4 ++--
 sound/soc/codecs/max98373-i2c.c   | 4 ++++
 sound/soc/codecs/rt711-sdca-sdw.c | 2 +-
 sound/soc/codecs/sgtl5000.c       | 1 +
 sound/soc/codecs/wm8962.c         | 8 ++++++++
 sound/soc/soc-pcm.c               | 7 ++-----
 sound/soc/stm/stm32_i2s.c         | 2 +-
 8 files changed, 20 insertions(+), 10 deletions(-)

Comments

Takashi Iwai Nov. 23, 2022, 4:58 p.m. UTC | #1
On Wed, 23 Nov 2022 17:04:44 +0100,
Mark Brown wrote:
> 
> The following changes since commit 7d945b046be3d2605dbb1806e73095aadd7ae129:
> 
>   ASoC: stm32: dfsdm: manage cb buffers cleanup (2022-11-09 17:56:37 +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-rc6
> 
> for you to fetch changes up to db8f91d424fe0ea6db337aca8bc05908bbce1498:
> 
>   ASoC: soc-pcm: Add NULL check in BE reparenting (2022-11-22 12:23:00 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.1
> 
> A clutch of small fixes that have come in in the past week, people seem
> to have been unusually active for this late in the release cycle.  The
> most critical one here is the fix to renumber the SOF DAI types in order
> to restore ABI compatibility which was broken by the addition of AMD
> support.

Thanks, pulled now.


Takashi