mbox series

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

Message ID f3cfc114aa5fefb981c3401877c8d5d0.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.5-rc7-2 | expand

Pull-request

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

Message

Mark Brown Aug. 24, 2023, 9:52 p.m. UTC
The following changes since commit 37aba3190891d4de189bd5192ee95220e295f34d:

  ASoC: rt1308-sdw: fix random louder sound (2023-08-13 18:16:32 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c008323fe361bd62a43d9fb29737dacd5c067fb7:

  ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ (2023-08-24 13:15:33 +0100)

----------------------------------------------------------------
ASoC: Quirk for v6.5

One additional fix for v6.5, an additional quirk.  As with the other
fixes this could wait for the merge window.

----------------------------------------------------------------
BrenoRCBrito (1):
      ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6x

Chao Song (1):
      ASoC: SOF: ipc4-pcm: fix possible null pointer deference

Charles Keepax (1):
      ASoC: cs35l41: Correct amp_gain_tlv values

Kevin-Lu (1):
      MAINTAINERS: Add entries for TEXAS INSTRUMENTS ASoC DRIVERS

Maciej Strozek (1):
      ASoC: cs35l56: Read firmware uuid from a device property instead of _SUB

Mario Limonciello (1):
      ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJ

Mark Brown (1):
      ASoC: cs35l56: Update ACPI HID and property

Shenghao Ding (1):
      ASoC: tas2781: fixed register access error when switching to other chips

Simon Trimmer (1):
      ASoC: cs35l56: Add an ACPI match table

 MAINTAINERS                       | 33 +++++++++++++++++++++++++++++++++
 sound/soc/amd/yc/acp6x-mach.c     |  9 ++++++++-
 sound/soc/codecs/cs35l41.c        |  2 +-
 sound/soc/codecs/cs35l56-i2c.c    |  9 +++++++++
 sound/soc/codecs/cs35l56-spi.c    |  9 +++++++++
 sound/soc/codecs/cs35l56.c        | 31 ++++++++++++-------------------
 sound/soc/codecs/tas2781-comlib.c | 19 ++++++++++---------
 sound/soc/sof/ipc4-pcm.c          |  3 +++
 8 files changed, 85 insertions(+), 30 deletions(-)