mbox series

[GIT,PULL] ASoC fixes for v6.14-merge-window

Message ID 5553a88a7f8fd2ec9b1ebb0ceec1e12f.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.14-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-merge-window

Message

Mark Brown Jan. 29, 2025, 1:23 p.m. UTC
The following changes since commit fee89ddd76e45841a2b01d87b481bc02483f4572:

  ASoC: xilinx: xlnx_spdif: Simpify using devm_clk_get_enabled() (2025-01-16 15:20:41 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-merge-window

for you to fetch changes up to 6c1bb4031729871fa203983bd77bed1ee3c61347:

  ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit control (2025-01-27 16:22:37 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.14

A bunch of fixes that came in during the merge window, plus a few new
device IDs.  The i.MX changes are a little large since they add some new
quirk data as well as device IDs, and the audio graph card change for
picking the correct endpoint for links is large due to updating a number
of call sites.

----------------------------------------------------------------
Alexander Boehm (1):
      ASoC: SOF: imx8m: add SAI2,5,6,7

Arnd Bergmann (1):
      ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFER

Claudiu Beznea (1):
      ASoC: da7213: Initialize the mutex

Daniel Baluta (2):
      ASoC: SOF: imx: Add mach entry to select cs42888 topology
      ASoC: amd: acp: Fix possible deadlock

Detlev Casanova (1):
      ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback

Fabio Estevam (1):
      ASoC: dt-bindings: ti,pcm1681: Fix the binding title

Geert Uytterhoeven (2):
      ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICES
      firmware: cs_dsp: FW_CS_DSP_KUNIT_TEST should not select REGMAP

Hans de Goede (1):
      ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V

Iuliana Prodan (3):
      dt-bindings: arm: imx: Add board revisions for i.MX8MP, i.MX8QM and i.MX8QXP
      ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisions
      ASoC: SOF: imx8m: Add entry for new 8M Plus revision

Ivaylo Dimitrov (1):
      ASoC: audio-graph-card2: use correct endpoint when getting link parameters

Luoxi Li (1):
      ASoC: use to_platform_device() instead of container_of()

Mario Limonciello (1):
      ASoC: acp: Support microphone from Lenovo Go S

Mark Brown (2):
      ASoC: fsl: two fixes for asrc memory to memory
      Add SOF support for new board revisions

Ondrej Jirman (1):
      ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit control

Shengjiu Wang (2):
      ASoC: fsl_asrc_m2m: only handle pairs for m2m in the suspend
      ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run()

Zhang Yi (1):
      ASoC: codecs: ES8326: Improved PSRR

 Documentation/devicetree/bindings/arm/fsl.yaml     |  3 ++
 .../devicetree/bindings/sound/ti,pcm1681.yaml      |  2 +-
 drivers/firmware/cirrus/Kconfig                    |  6 +--
 sound/soc/amd/acp/acp-i2s.c                        |  1 +
 sound/soc/amd/yc/acp6x-mach.c                      | 28 ++++++++++
 sound/soc/codecs/da7213.c                          |  2 +
 sound/soc/codecs/es8316.c                          |  2 +-
 sound/soc/codecs/es8326.c                          |  4 +-
 sound/soc/codecs/rt5514.c                          |  3 +-
 sound/soc/fsl/Kconfig                              |  1 +
 sound/soc/fsl/fsl_asrc_m2m.c                       | 16 +++---
 sound/soc/generic/audio-graph-card2.c              | 62 ++++++++++------------
 sound/soc/intel/boards/bytcr_rt5640.c              | 17 +++++-
 sound/soc/renesas/Kconfig                          |  2 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c              | 31 ++++++++++-
 sound/soc/sof/imx/imx8.c                           | 24 ++++++++-
 sound/soc/sof/imx/imx8m.c                          | 52 +++++++++++++++++-
 sound/soc/sof/imx/imx8ulp.c                        |  3 +-
 sound/soc/sof/intel/bdw.c                          |  3 +-
 sound/soc/sof/intel/byt.c                          |  3 +-
 sound/soc/sof/mediatek/mt8186/mt8186.c             |  2 +-
 sound/soc/sof/mediatek/mt8195/mt8195.c             |  6 +--
 22 files changed, 205 insertions(+), 68 deletions(-)

Comments

Takashi Iwai Jan. 29, 2025, 2:17 p.m. UTC | #1
On Wed, 29 Jan 2025 14:23:08 +0100,
Mark Brown wrote:
> 
> The following changes since commit fee89ddd76e45841a2b01d87b481bc02483f4572:
> 
>   ASoC: xilinx: xlnx_spdif: Simpify using devm_clk_get_enabled() (2025-01-16 15:20:41 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-merge-window
> 
> for you to fetch changes up to 6c1bb4031729871fa203983bd77bed1ee3c61347:
> 
>   ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit control (2025-01-27 16:22:37 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.14
> 
> A bunch of fixes that came in during the merge window, plus a few new
> device IDs.  The i.MX changes are a little large since they add some new
> quirk data as well as device IDs, and the audio graph card change for
> picking the correct endpoint for links is large due to updating a number
> of call sites.

Pulled now.  Thanks.


Takashi