mbox series

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

Message ID 285471261b77e5d769b6bb55375edea3.broonie@kernel.org (mailing list archive)
State Accepted
Commit d001e978c1c45b25d823489171151d13fd28ef4e
Headers show
Series [GIT,PULL] ASoC fixes for v6.10-merge-window | expand

Pull-request

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

Message

Mark Brown May 23, 2024, 11:24 a.m. UTC
The following changes since commit c3c5ac4bd7d7019f2e3ad1720572d53226fe656e:

  ASoC: Intel: updates for 6.10 - part7 (2024-05-10 12:30:12 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 737ce4fb96206f999ddea7530145fc0e8abd5d31:

  ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string (2024-05-21 12:35:12 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.10

A bunch of fixes that came in during the merge window, all driver
specific and none of them especially remarkable.

----------------------------------------------------------------
Jack Yu (1):
      ASoC: rt5645: mic-in detection threshold modification

Peter Ujfalusi (1):
      ASoC: Intel: sof_sdw_rt_sdca_jack_common: Use name_prefix for `-sdca` detection

Rob Herring (Arm) (1):
      ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string

Shenghao Ding (2):
      ASoC: tas2552: Add TX path for capturing AUDIO-OUT data
      ASoC: tas2781: Fix wrong loading calibrated data sequence

Zhang Yi (1):
      ASoC: codecs: ES8326: solve hp and button detect issue

 .../devicetree/bindings/sound/st,stm32-sai.yaml    |   2 +-
 include/sound/tas2781-dsp.h                        |   7 +-
 sound/soc/codecs/es8326.c                          |   6 +-
 sound/soc/codecs/rt5645.c                          |   1 +
 sound/soc/codecs/tas2552.c                         |  15 ++-
 sound/soc/codecs/tas2781-fmwlib.c                  | 103 ++++++---------------
 sound/soc/codecs/tas2781-i2c.c                     |   4 +-
 .../soc/intel/boards/sof_sdw_rt_sdca_jack_common.c |   2 +-
 8 files changed, 51 insertions(+), 89 deletions(-)

Comments

Takashi Iwai May 23, 2024, 11:36 a.m. UTC | #1
On Thu, 23 May 2024 13:24:23 +0200,
Mark Brown wrote:
> 
> The following changes since commit c3c5ac4bd7d7019f2e3ad1720572d53226fe656e:
> 
>   ASoC: Intel: updates for 6.10 - part7 (2024-05-10 12:30:12 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.10-merge-window
> 
> for you to fetch changes up to 737ce4fb96206f999ddea7530145fc0e8abd5d31:
> 
>   ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string (2024-05-21 12:35:12 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.10
> 
> A bunch of fixes that came in during the merge window, all driver
> specific and none of them especially remarkable.

Pulled now.  Thanks.


Takashi