All of lore.kernel.org
 help / color / mirror / Atom feed
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>
Subject: [GIT PULL] ASoC fixes for v6.7-rc4
Date: Wed, 06 Dec 2023 13:43:15 +0000	[thread overview]
Message-ID: <20231206134322.E1A21C433C7@smtp.kernel.org> (raw)

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0a10d15280a385e5971fb58a6d2eddbf7c0aa9f3:

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

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

A crop of fixes for v6.7, one core fix for a merge issue and a bunch of
driver specific fixes and new IDs, mostly for x86 platforms.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      ASoC: SOF: mediatek: mt8186: Add Google Steelix topology compatible

Chancel Liu (1):
      ASoC: imx-rpmsg: SND_SOC_IMX_RPMSG should depend on OF and I2C

Charles Keepax (1):
      ASoC: wm8974: Correct boost mixer inputs

David Lin (1):
      ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16

David Rau (1):
      ASoC: da7219: Support low DC impedance headset

Dinghao Liu (1):
      ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate

Jeremy Soller (1):
      ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13

Johan Hovold (1):
      ASoC: soc-pcm: fix up bad merge

Kamil Duljas (3):
      ASoC: Intel: Skylake: Fix mem leak in few functions
      ASoC: SOF: topology: Fix mem leak in sof_dai_load()
      ASoC: Intel: Skylake: mem leak in skl register function

Maciej Strozek (2):
      ASoC: cs43130: Fix the position of const qualifier
      ASoC: cs43130: Fix incorrect frame delay configuration

Malcolm Hart (1):
      ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA

Marian Postevca (1):
      ASoC: amd: acp: Add support for a new Huawei Matebook laptop

Mark Brown (3):
      ASoC: Fixes for cs43130
      ASoC: SOF: Extend the enabled DSP core handling
      ASoC: qcom: Limit Digital gains on speaker

Matus Malych (1):
      ASoC: amd: yc: Add HP 255 G10 into quirk table

Neil Armstrong (1):
      ASoC: codecs: lpass-tx-macro: set active_decimator correct default value

Peter Ujfalusi (5):
      ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI is not available
      ASoC: Intel: sof_sdw: Always register the HDMI dai links
      ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
      ASoC: SOF: ipc4-topology: Correct data structures for the SRC module
      ASoC: SOF: ipc4-topology: Correct data structures for the GAIN module

Ranjani Sridharan (2):
      ASoC: SOF: ipc4-topology: Add core_mask in struct snd_sof_pipeline
      ASoC: SOF: sof-audio: Modify logic for enabling/disabling topology cores

Shengjiu Wang (3):
      ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP
      ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case
      ASoC: fsl_xcvr: refine the requested phy clock frequency

Shuming Fan (1):
      ASoC: rt5650: add mutex to avoid the jack detection failure

Srinivas Kandagatla (2):
      ASoC: ops: add correct range check for limiting volume
      ASoC: qcom: sc8280xp: Limit speaker digital volumes

 sound/soc/amd/acp-config.c                   | 14 ++++++
 sound/soc/amd/yc/acp6x-mach.c                | 21 +++++++++
 sound/soc/codecs/cs43130.c                   |  6 +--
 sound/soc/codecs/da7219-aad.c                |  2 +-
 sound/soc/codecs/hdac_hda.c                  | 23 ++++++++--
 sound/soc/codecs/lpass-tx-macro.c            |  5 +++
 sound/soc/codecs/nau8822.c                   |  9 ++--
 sound/soc/codecs/rt5645.c                    | 10 ++++-
 sound/soc/codecs/wm8974.c                    |  6 +--
 sound/soc/codecs/wm_adsp.c                   |  8 +++-
 sound/soc/fsl/Kconfig                        |  1 +
 sound/soc/fsl/fsl_sai.c                      | 21 +++++++++
 sound/soc/fsl/fsl_xcvr.c                     | 14 +++++-
 sound/soc/intel/boards/skl_hda_dsp_generic.c |  2 +
 sound/soc/intel/boards/sof_sdw.c             | 17 ++++----
 sound/soc/intel/skylake/skl-pcm.c            |  9 +++-
 sound/soc/intel/skylake/skl-sst-ipc.c        |  4 +-
 sound/soc/qcom/sc8280xp.c                    | 17 ++++++++
 sound/soc/soc-ops.c                          |  2 +-
 sound/soc/soc-pcm.c                          | 11 ++---
 sound/soc/sof/ipc3-topology.c                |  2 +
 sound/soc/sof/ipc4-control.c                 | 20 ++++-----
 sound/soc/sof/ipc4-topology.c                | 61 +++++++++++++++-----------
 sound/soc/sof/ipc4-topology.h                | 34 +++++++++++----
 sound/soc/sof/mediatek/mt8186/mt8186.c       |  3 ++
 sound/soc/sof/sof-audio.c                    | 65 ++++++++++++++++++----------
 sound/soc/sof/sof-audio.h                    |  2 +
 sound/soc/sof/topology.c                     |  4 +-
 28 files changed, 286 insertions(+), 107 deletions(-)

             reply	other threads:[~2023-12-06 13:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 13:43 Mark Brown [this message]
2023-12-06 14:18 ` [GIT PULL] ASoC fixes for v6.7-rc4 Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231206134322.E1A21C433C7@smtp.kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=lgirdwood@gmail.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.