mbox series

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

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

Pull-request

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

Message

Mark Brown Aug. 23, 2023, 7:40 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

for you to fetch changes up to 1613781d7e8a93618ff3a6b37f81f06769b53717:

  ASoC: cs35l41: Correct amp_gain_tlv values (2023-08-23 13:27:06 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.5

A relatively large but generally not super urgent set of fixes for ASoC,
including some quirks and a MAINTAINERS update.  There's also an update
to cs35l56 to change the firmware ABI, there are no current shipping
systems which use the current interface and the sooner we get the new
interface in the less likely it is that something will start.

It'd be nice if these landed for v6.5 but not the end of the world if
they wait till v6.6.

----------------------------------------------------------------
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

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     |  7 +++++++
 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, 84 insertions(+), 29 deletions(-)

Comments

Takashi Iwai Aug. 24, 2023, 7:28 a.m. UTC | #1
On Wed, 23 Aug 2023 21:40:09 +0200,
Mark Brown wrote:
> 
> 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
> 
> for you to fetch changes up to 1613781d7e8a93618ff3a6b37f81f06769b53717:
> 
>   ASoC: cs35l41: Correct amp_gain_tlv values (2023-08-23 13:27:06 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.5
> 
> A relatively large but generally not super urgent set of fixes for ASoC,
> including some quirks and a MAINTAINERS update.  There's also an update
> to cs35l56 to change the firmware ABI, there are no current shipping
> systems which use the current interface and the sooner we get the new
> interface in the less likely it is that something will start.
> 
> It'd be nice if these landed for v6.5 but not the end of the world if
> they wait till v6.6.

Pulled now.  Thanks.


Takashi