mbox series

[GIT,PULL] ASoC fixes for v6.11-rc3

Message ID 9bc5cbb9307d2b9bb73ea897f34867f2.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.11-rc3 | expand

Pull-request

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

Message

Mark Brown Aug. 22, 2024, 10:47 p.m. UTC
The following changes since commit 72776774b55bb59b7b1b09117e915a5030110304:

  ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (2024-08-08 20:34:56 +0100)

are available in the Git repository at:

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

for you to fetch changes up to bb4485562f5907708f1c218b5d70dce04165d1e1:

  ASoC: cs-amp-lib: Ignore empty UEFI calibration entries (2024-08-22 17:52:26 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.11

A relatively large collection of fixes here, all driver specific and
none of them particularly major, plus one MAINTAINERS update.  There's
been a bunch of work on module autoloading from several people.

----------------------------------------------------------------
Albert Jakieła (1):
      ASoC: SOF: mediatek: Add missing board compatible

Dmitry Baryshkov (2):
      ASoC: codecs: lpass-macro: fix version strings returned for 1.x codecs
      ASoC: codecs: lpass-va-macro: warn on unknown version

Hongbo Li (2):
      ASoC: allow module autoloading for table db1200_pids
      ASoC: allow module autoloading for table board_ids

Krzysztof Kozlowski (2):
      ASoC: MAINTAINERS: Drop Banajit Goswami from Qualcomm sound drivers
      ASoC: codecs: wcd937x: Fix missing de-assert of reset GPIO

Mark Brown (1):
      ASoC: codecs: warn on unknown codec version

Richard Fitzgerald (2):
      ASoC: cs-amp-lib-test: Force test calibration blob entries to be valid
      ASoC: cs-amp-lib: Ignore empty UEFI calibration entries

Vijendar Mukunda (3):
      ASoC: SOF: amd: move iram-dram fence register programming sequence
      ASoC: SOF: amd: Fix for incorrect acp error register offsets
      ASoC: SOF: amd: Fix for acp init sequence

YR Yang (1):
      ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile

Yuntao Liu (1):
      ASoC: amd: acp: fix module autoloading

 MAINTAINERS                                |  1 -
 sound/soc/amd/acp/acp-legacy-mach.c        |  2 ++
 sound/soc/amd/acp/acp-sof-mach.c           |  2 ++
 sound/soc/au1x/db1200.c                    |  1 +
 sound/soc/codecs/cs-amp-lib-test.c         |  9 ++++++
 sound/soc/codecs/cs-amp-lib.c              |  7 +++-
 sound/soc/codecs/lpass-macro-common.h      |  6 ++++
 sound/soc/codecs/lpass-va-macro.c          |  4 +++
 sound/soc/codecs/wcd937x.c                 |  5 ++-
 sound/soc/mediatek/mt8188/mt8188-afe-pcm.c |  1 +
 sound/soc/sof/amd/acp-dsp-offset.h         |  6 ++--
 sound/soc/sof/amd/acp.c                    | 52 ++++++++++++++++++++----------
 sound/soc/sof/amd/acp.h                    |  9 ++++--
 sound/soc/sof/amd/pci-acp63.c              |  2 ++
 sound/soc/sof/amd/pci-rmb.c                |  2 ++
 sound/soc/sof/amd/pci-rn.c                 |  2 ++
 sound/soc/sof/mediatek/mt8195/mt8195.c     |  3 ++
 17 files changed, 88 insertions(+), 26 deletions(-)

Comments

Takashi Iwai Aug. 23, 2024, 6:31 a.m. UTC | #1
On Fri, 23 Aug 2024 00:47:29 +0200,
Mark Brown wrote:
> 
> The following changes since commit 72776774b55bb59b7b1b09117e915a5030110304:
> 
>   ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (2024-08-08 20:34:56 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.11-rc3
> 
> for you to fetch changes up to bb4485562f5907708f1c218b5d70dce04165d1e1:
> 
>   ASoC: cs-amp-lib: Ignore empty UEFI calibration entries (2024-08-22 17:52:26 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.11
> 
> A relatively large collection of fixes here, all driver specific and
> none of them particularly major, plus one MAINTAINERS update.  There's
> been a bunch of work on module autoloading from several people.

Thanks, pulled now.


Takashi