mbox series

[GIT,PULL] ASoC fixes for v6.7-rc7

Message ID 20231220132011.3D651C433CB@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v6.7-rc7 | expand

Pull-request

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

Message

Mark Brown Dec. 20, 2023, 1:20 p.m. UTC
The following changes since commit 0a10d15280a385e5971fb58a6d2eddbf7c0aa9f3:

  ASoC: qcom: Limit Digital gains on speaker (2023-12-04 21:42:29 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 8f0f01647550daf9cd8752c1656dcb0136d79ce1:

  ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (2023-12-19 13:23:39 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.7

Quite a big collection of fixes, as ever mostly in drivers.  There's one
framework fix for the HDMI CODEC where it wasn't handling startup
properly for some controllers, and one new x86 quirk, but otherwise all
local fixes or dropping things we don't want to see in a release.

----------------------------------------------------------------
Charles Keepax (1):
      ASoC: cs42l43: Don't enable bias sense during type detect

Curtis Malainey (1):
      ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatible

Gergo Koteles (1):
      ASoC: tas2781: check the validity of prm_no/cfg_no

Hans de Goede (2):
      ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
      ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk

Jerome Brunet (1):
      ASoC: hdmi-codec: fix missing report for jack initial status

Ricardo Rivera-Matos (3):
      ASoC: cs35l45: Use modern pm_ops
      ASoC: cs35l45: Prevent IRQ handling when suspending/resuming
      ASoC: cs35l45: Prevents spinning during runtime suspend

Richard Fitzgerald (1):
      ASoC: Intel: soc-acpi-intel-mtl-match: Change CS35L56 prefixes to AMPn

Shengjiu Wang (1):
      ASoC: fsl_sai: Fix channel swap issue on i.MX8MP

 sound/soc/codecs/cs35l45-i2c.c                    |  2 +-
 sound/soc/codecs/cs35l45-spi.c                    |  2 +-
 sound/soc/codecs/cs35l45.c                        | 56 +++++++++++++++++++++--
 sound/soc/codecs/cs42l43-jack.c                   | 23 +++++-----
 sound/soc/codecs/hdmi-codec.c                     | 12 ++++-
 sound/soc/codecs/tas2781-fmwlib.c                 | 14 +++---
 sound/soc/fsl/fsl_sai.c                           |  3 ++
 sound/soc/intel/boards/bytcr_rt5640.c             | 31 ++++++++++---
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c |  8 ++--
 sound/soc/sof/mediatek/mt8186/mt8186.c            |  3 --
 10 files changed, 115 insertions(+), 39 deletions(-)

Comments

Takashi Iwai Dec. 21, 2023, 8:23 a.m. UTC | #1
On Wed, 20 Dec 2023 14:20:03 +0100,
Mark Brown wrote:
> 
> The following changes since commit 0a10d15280a385e5971fb58a6d2eddbf7c0aa9f3:
> 
>   ASoC: qcom: Limit Digital gains on speaker (2023-12-04 21:42:29 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.7-rc7
> 
> for you to fetch changes up to 8f0f01647550daf9cd8752c1656dcb0136d79ce1:
> 
>   ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (2023-12-19 13:23:39 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.7
> 
> Quite a big collection of fixes, as ever mostly in drivers.  There's one
> framework fix for the HDMI CODEC where it wasn't handling startup
> properly for some controllers, and one new x86 quirk, but otherwise all
> local fixes or dropping things we don't want to see in a release.

Thanks, pulled now.


Takashi