mbox series

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

Message ID ec56d60518413ecceb0ca51a8a6d0806.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.13-rc6 | expand

Pull-request

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

Message

Mark Brown Jan. 10, 2025, 1:39 p.m. UTC
The following changes since commit 32c9c06adb5b157ef259233775a063a43746d699:

  ASoC: mediatek: disable buffer pre-allocation (2024-12-19 11:15:09 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 139fa599cea0fd9d38e00246ea9f79af6c59acbd:

  ASoC: rsnd: check rsnd_adg_clk_enable() return value (2025-01-09 13:17:02 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.13

A collection of device specific fixes that came in over the holidays,
plus a MAINTAINERS update and some documentation to help users debug
problems with some of the Cirrus CODECs found in modern laptops.

----------------------------------------------------------------
Charles Keepax (3):
      ASoC: wm8994: Add depends on MFD core
      ASoC: samsung: Add missing selects for MFD_WM8994
      ASoC: samsung: Add missing depends on I2C

Kuninori Morimoto (2):
      MAINTAINERS: add missing maintainers for Simple Audio Card
      ASoC: rsnd: check rsnd_adg_clk_enable() return value

Maciej Strozek (1):
      ASoC: cs42l43: Add codec force suspend/resume ops

Marian Postevca (1):
      ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK

Richard Fitzgerald (2):
      ALSA: doc: cs35l56: Add information about Cirrus Logic CS35L54/56/57
      ALSA: doc: Add codecs/index.rst to top-level index

Shenghao Ding (1):
      ASoC: tas2781: Fix occasional calibration failture

Zhang Yi (1):
      ASoC: codecs: ES8326: Adjust ANA_MICBIAS to reduce pop noise

 Documentation/sound/codecs/cs35l56.rst | 292 +++++++++++++++++++++++++++++++++
 Documentation/sound/codecs/index.rst   |   9 +
 Documentation/sound/index.rst          |   1 +
 MAINTAINERS                            |   2 +
 sound/soc/codecs/Kconfig               |   1 +
 sound/soc/codecs/cs42l43.c             |   1 +
 sound/soc/codecs/es8316.c              |  10 +-
 sound/soc/codecs/es8326.c              |  23 ++-
 sound/soc/codecs/tas2781-i2c.c         |   2 +-
 sound/soc/renesas/rcar/adg.c           |  28 +++-
 sound/soc/renesas/rcar/core.c          |   4 +-
 sound/soc/renesas/rcar/rsnd.h          |   2 +-
 sound/soc/samsung/Kconfig              |   6 +-
 13 files changed, 364 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/sound/codecs/cs35l56.rst
 create mode 100644 Documentation/sound/codecs/index.rst

Comments

Takashi Iwai Jan. 10, 2025, 2:34 p.m. UTC | #1
On Fri, 10 Jan 2025 14:39:52 +0100,
Mark Brown wrote:
> 
> The following changes since commit 32c9c06adb5b157ef259233775a063a43746d699:
> 
>   ASoC: mediatek: disable buffer pre-allocation (2024-12-19 11:15:09 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.13-rc6
> 
> for you to fetch changes up to 139fa599cea0fd9d38e00246ea9f79af6c59acbd:
> 
>   ASoC: rsnd: check rsnd_adg_clk_enable() return value (2025-01-09 13:17:02 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.13
> 
> A collection of device specific fixes that came in over the holidays,
> plus a MAINTAINERS update and some documentation to help users debug
> problems with some of the Cirrus CODECs found in modern laptops.

Pulled now.  Thanks.


Takashi