* [GIT PULL] ASoC fixes for v6.10-rc1
@ 2024-05-30 15:51 Mark Brown
2024-05-30 19:27 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2024-05-30 15:51 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, alsa-devel, Mark Brown
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ASoC fixes for v6.10-rc1
2024-05-30 15:51 [GIT PULL] ASoC fixes for v6.10-rc1 Mark Brown
@ 2024-05-30 19:27 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-05-30 19:27 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, alsa-devel
On Thu, 30 May 2024 17:51:32 +0200,
Mark Brown wrote:
>
> 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.
Thanks, pulled now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-30 19:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-30 15:51 [GIT PULL] ASoC fixes for v6.10-rc1 Mark Brown
2024-05-30 19:27 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox