Subject: [RESEND PATCH v4] MAINTAINERS: update entries in TEXAS INSTRUMENTS
 LOW/MIDDLE-POWER AUDIO AMPLIFIER (ASoC/HDA) DRIVERS and add entries for
 haptic driver
From: Shenghao Ding <shenghao-ding@ti.com>
To: <linux-kernel@vger.kernel.org>
Date: Wed, 2 Oct 2024 09:11:47 +0800

.
Subject: [PATCH] ASoC: imx-card: Set card.owner to avoid a warning calltrace
 if SND=m
From: Hui Wang <hui.wang@canonical.com>
To: alsa-devel@alsa-project.org,
	broonie@kernel.org,
	shengjiu.wang@gmail.com,
	Xiubo.Lee@gmail.com,
	festevam@gmail.com,
	nicoleotsuka@gmail.com,
	lgirdwood@gmail.com
Date: Wed,  2 Oct 2024 10:56:59 +0800

.
Subject: [PATCH alsa-ucm-conf v2 1/2] sof-soundwire: Change mapped control
 names to make them unique
From: Maciej Strozek <mstrozek@opensource.cirrus.com>
To: <perex@perex.cz>
Date: Wed, 2 Oct 2024 15:29:46 +0100

.
Subject: [PATCH] ASoC: codecs: wcd9335: remove unnecessary MODULE_ALIAS()
From: Masahiro Yamada <masahiroy@kernel.org>
To: Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	alsa-devel@alsa-project.org,
	linux-arm-msm@vger.kernel.org,
	linux-sound@vger.kernel.org
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	linux-kernel@vger.kernel.org,
	Masahiro Yamada <masahiroy@kernel.org>
Date: Thu,  3 Oct 2024 00:14:34 +0900

.
Subject: [GIT PULL] ASoC fixes for v6.12-rc1
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>, alsa-devel@alsa-project.org,
 Mark Brown <broonie@kernel.org>
Date: Wed, 02 Oct 2024 19:32:27 +0100

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to eb1df4bbf53c29babf68fcb36e80d9c62a345257:

  qrb4210-rb2: add HDMI audio playback support (2024-10-02 18:38:11 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.12

A bunch of fixes here that came in during the merge window and the first
week of release, plus some new quirks and device IDs.  There's nothing
major here, it's a bit bigger than it might've been due to there being
no fixes sent during the merge window due to your vacation.

----------------------------------------------------------------
Alexey Klimov (3):
      ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values
      ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard
      ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string

Andrei Simion (1):
      ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uninitialized

Bard Liao (1):
      ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item

Charles Han (1):
      ASoC: intel: sof_sdw: Add check devm_kasprintf() returned value

Charles Keepax (1):
      ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators

David Lawrence Glanzman (1):
      ASoC: amd: yc: Add quirk for HP Dragonfly pro one

Hui Wang (1):
      ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=m

Mark Brown (3):
      Merge existing fixes from asoc/for-6.12 into new branch
      ASoC: Intel: soc-acpi: Fix missing empty terminators
      qrb4210-rb2: add HDMI audio playback support

Miquel Raynal (1):
      ASoC: dt-bindings: davinci-mcasp: Fix interrupts property

Ricardo Rivera-Matos (1):
      ASoC: cs35l45: Corrects cs35l45_get_clk_freq_id function data type

Shengjiu Wang (1):
      ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit

Tang Bin (1):
      ASoC: topology: Fix incorrect addressing assignments

Vijendar Mukunda (1):
      ASoC: amd: acp: don't set card long_name

Wolfram Sang (1):
      ASoC: dt-bindings: renesas,rsnd: correct reg-names for R-Car Gen1

 .../devicetree/bindings/sound/davinci-mcasp-audio.yaml       |  2 +-
 Documentation/devicetree/bindings/sound/qcom,sm8250.yaml     |  1 +
 Documentation/devicetree/bindings/sound/renesas,rsnd.yaml    |  2 +-
 sound/soc/amd/acp/acp-sdw-sof-mach.c                         |  5 -----
 sound/soc/amd/yc/acp6x-mach.c                                |  7 +++++++
 sound/soc/atmel/mchp-pdmc.c                                  |  3 +++
 sound/soc/codecs/cs35l45-tables.c                            |  2 +-
 sound/soc/codecs/cs35l45.h                                   |  2 +-
 sound/soc/codecs/lpass-rx-macro.c                            |  2 +-
 sound/soc/fsl/fsl_sai.c                                      |  5 ++++-
 sound/soc/fsl/fsl_sai.h                                      |  1 +
 sound/soc/fsl/imx-card.c                                     |  1 +
 sound/soc/intel/boards/sof_sdw.c                             | 12 ++++++++++++
 sound/soc/intel/common/soc-acpi-intel-arl-match.c            |  2 ++
 sound/soc/intel/common/soc-acpi-intel-rpl-match.c            |  1 +
 sound/soc/qcom/sm8250.c                                      |  1 +
 sound/soc/soc-topology.c                                     |  4 ++--
 17 files changed, 40 insertions(+), 13 deletions(-)

.
