mbox series

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

Message ID 20230815164643.B31FFC433C8@smtp.kernel.org (mailing list archive)
State Accepted
Commit 220c8f67133010c37a3240ba179f7f1fa2425cc7
Headers show
Series [GIT,PULL] ASoC fixes for v6.5-rc6 | expand

Pull-request

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

Message

Mark Brown Aug. 15, 2023, 4:46 p.m. UTC
The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 37aba3190891d4de189bd5192ee95220e295f34d:

  ASoC: rt1308-sdw: fix random louder sound (2023-08-13 18:16:32 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.5

A fairly large collection of fixes here, mostly SOF and Intel related.
The one core fix is Hans' change which reduces the log spam when working
out new use cases for DPCM.

----------------------------------------------------------------
Bard Liao (1):
      ASoC: max98363: don't return on success reading revision ID

Daniel Baluta (1):
      ASoC: fsl: micfil: Use dual license micfil code

Hans de Goede (1):
      ASoC: lower "no backend DAIs enabled for ... Port" log severity

Jerome Brunet (1):
      ASoC: meson: axg-tdm-formatter: fix channel slot allocation

Peter Ujfalusi (1):
      ASoC: SOF: ipc4-topology: Update the basecfg for copier earlier

Pierre-Louis Bossart (1):
      ASoC: Intel: sof-sdw: update jack detection quirk for LunarLake RVP

Ranjani Sridharan (1):
      ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop

Shuming Fan (1):
      ASoC: rt1308-sdw: fix random louder sound

Xia Fukun (1):
      ASoC: SOF: Fix incorrect use of sizeof in sof_ipc3_do_rx_work()

Zhang Shurong (1):
      ASoC: rt5665: add missed regulator_bulk_disable

jairaj-arava (1):
      ASoC: Intel: sof-sdw-cs42142: fix for codec button mapping

 sound/soc/codecs/max98363.c              |  9 ++++---
 sound/soc/codecs/rt1308-sdw.c            | 13 +++++++++-
 sound/soc/codecs/rt5665.c                |  2 ++
 sound/soc/fsl/fsl_micfil.c               |  4 +--
 sound/soc/fsl/fsl_micfil.h               |  2 +-
 sound/soc/intel/boards/sof_sdw.c         |  2 +-
 sound/soc/intel/boards/sof_sdw_cs42l42.c |  6 ++---
 sound/soc/meson/axg-tdm-formatter.c      | 42 ++++++++++++++++++++------------
 sound/soc/soc-pcm.c                      |  8 ++++--
 sound/soc/sof/intel/hda-dai-ops.c        | 11 ++++++++-
 sound/soc/sof/intel/hda-dai.c            |  5 ++--
 sound/soc/sof/intel/hda.h                |  2 ++
 sound/soc/sof/ipc3.c                     |  2 +-
 sound/soc/sof/ipc4-topology.c            |  6 ++---
 14 files changed, 76 insertions(+), 38 deletions(-)

Comments

Takashi Iwai Aug. 15, 2023, 6:50 p.m. UTC | #1
On Tue, 15 Aug 2023 18:46:35 +0200,
Mark Brown wrote:
> 
> The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:
> 
>   Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.5-rc6
> 
> for you to fetch changes up to 37aba3190891d4de189bd5192ee95220e295f34d:
> 
>   ASoC: rt1308-sdw: fix random louder sound (2023-08-13 18:16:32 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.5
> 
> A fairly large collection of fixes here, mostly SOF and Intel related.
> The one core fix is Hans' change which reduces the log spam when working
> out new use cases for DPCM.

Pulled now.  Thanks.


Takashi