Alsa-Devel Archive on 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.10-rc1
Date: Thu, 30 May 2024 16:51:32 +0100	[thread overview]
Message-ID: <742f0e8936b9a37840105c7169a63f0a.broonie@kernel.org> (raw)

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c85578e730135d47271ca874e4436dd87e87f252:

  ASoC: SOF: ipc4-topology: Fix nhlt configuration blob (2024-05-30 14:33:14 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.10

Several serieses of fixes that have come in since the merge window,
mostly for Intel systems.  The biggest thing is some updates from Peter
which fix support for a series of Intel laptops which have been found to
use 16 bit rather than 32 bit DMIC configuration blobs in their firmware
descriptions.  We also have a bunch of fixes for module annotations, and
some smaller single patch fixes.

----------------------------------------------------------------
Charles Keepax (3):
      ASoC: cs42l43: Only restrict 44.1kHz for the ASP
      ASoC: wm_adsp: Add missing MODULE_DESCRIPTION()
      MAINTAINERS: Remove James Schulman from Cirrus audio maintainers

Mark Brown (2):
      ASoC: SOF: add missing MODULE_DESCRIPTION
      ASoC: SOF: ipc4-topology: Fix nhlt configuration blob

Peter Ujfalusi (6):
      ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension
      ASoC: SOF: ipc4-topology: Add support for NHLT with 16-bit only DMIC blob
      ASoC: SOF: ipc4-topology: Print out the channel count in sof_ipc4_dbg_audio_format
      ASoC: SOF: ipc4-topology/pcm: Rename sof_ipc4_copier_is_single_format()
      ASoC: SOF: ipc4-topology: Improve readability of sof_ipc4_prepare_dai_copier()
      ASoC: SOF: ipc4-topology: Adjust the params based on DAI formats

Pierre-Louis Bossart (5):
      ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSE
      ASoC: SOF: AMD: group all module related information
      ASoC: SOF: reorder MODULE_ definitions
      ASoC: SOF: add missing MODULE_DESCRIPTION()
      ASoC: Intel: sof-sdw: fix missing SPI_MASTER dependency

 MAINTAINERS                                    |   1 -
 sound/soc/codecs/cs42l43.c                     |   5 +-
 sound/soc/codecs/wm_adsp.c                     |   1 +
 sound/soc/intel/boards/Kconfig                 |   2 +-
 sound/soc/sof/amd/acp-common.c                 |   4 +-
 sound/soc/sof/amd/acp.c                        |   2 +-
 sound/soc/sof/amd/acp63.c                      |   4 -
 sound/soc/sof/amd/pci-acp63.c                  |   1 +
 sound/soc/sof/amd/pci-rmb.c                    |   1 +
 sound/soc/sof/amd/pci-rn.c                     |   1 +
 sound/soc/sof/amd/pci-vangogh.c                |   1 +
 sound/soc/sof/amd/rembrandt.c                  |   4 -
 sound/soc/sof/amd/renoir.c                     |   4 -
 sound/soc/sof/amd/vangogh.c                    |   4 -
 sound/soc/sof/core.c                           |   2 +-
 sound/soc/sof/imx/imx-common.c                 |   1 +
 sound/soc/sof/imx/imx8.c                       |   3 +-
 sound/soc/sof/imx/imx8m.c                      |   3 +-
 sound/soc/sof/imx/imx8ulp.c                    |   3 +-
 sound/soc/sof/intel/atom.c                     |   1 +
 sound/soc/sof/intel/bdw.c                      |   1 +
 sound/soc/sof/intel/byt.c                      |   1 +
 sound/soc/sof/intel/hda-codec.c                |   1 +
 sound/soc/sof/intel/hda-ctrl.c                 |   1 +
 sound/soc/sof/intel/hda-mlink.c                |   1 +
 sound/soc/sof/intel/hda.c                      |   1 +
 sound/soc/sof/intel/pci-apl.c                  |   1 +
 sound/soc/sof/intel/pci-cnl.c                  |   1 +
 sound/soc/sof/intel/pci-icl.c                  |   1 +
 sound/soc/sof/intel/pci-lnl.c                  |   1 +
 sound/soc/sof/intel/pci-mtl.c                  |   1 +
 sound/soc/sof/intel/pci-skl.c                  |   1 +
 sound/soc/sof/intel/pci-tgl.c                  |   1 +
 sound/soc/sof/intel/pci-tng.c                  |   1 +
 sound/soc/sof/ipc4-pcm.c                       |  12 +-
 sound/soc/sof/ipc4-topology.c                  | 163 +++++++++++++++++--------
 sound/soc/sof/ipc4-topology.h                  |   6 +-
 sound/soc/sof/mediatek/mt8186/mt8186.c         |   3 +-
 sound/soc/sof/mediatek/mt8195/mt8195.c         |   3 +-
 sound/soc/sof/mediatek/mtk-adsp-common.c       |   1 +
 sound/soc/sof/nocodec.c                        |   2 +-
 sound/soc/sof/sof-acpi-dev.c                   |   1 +
 sound/soc/sof/sof-client-ipc-flood-test.c      |   2 +-
 sound/soc/sof/sof-client-ipc-kernel-injector.c |   2 +-
 sound/soc/sof/sof-client-ipc-msg-injector.c    |   2 +-
 sound/soc/sof/sof-client-probes.c              |   2 +-
 sound/soc/sof/sof-of-dev.c                     |   1 +
 sound/soc/sof/sof-pci-dev.c                    |   1 +
 sound/soc/sof/sof-utils.c                      |   1 +
 sound/soc/sof/stream-ipc.c                     |   2 -
 sound/soc/sof/xtensa/core.c                    |   2 +-
 51 files changed, 173 insertions(+), 95 deletions(-)

             reply	other threads:[~2024-05-30 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-30 15:51 Mark Brown [this message]
2024-05-30 19:27 ` [GIT PULL] ASoC fixes for v6.10-rc1 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=742f0e8936b9a37840105c7169a63f0a.broonie@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox