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.3-rc1
Date: Thu, 09 Mar 2023 21:40:44 +0000	[thread overview]
Message-ID: <20230309214053.A7739C433D2@smtp.kernel.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4519 bytes --]

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e041a2a550582106cba6a7c862c90dfc2ad14492:

  ASoC: hdmi-codec: only startup/shutdown on supported streams (2023-03-09 13:45:31 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.3

More fixes that came in since -rc1, a lot from Intel - looks like
they've been busy test.  Everything is driver specific.

----------------------------------------------------------------
Amadeusz Sławiński (3):
      ASoC: Intel: avs: max98357a: Explicitly define codec format
      ASoC: Intel: avs: da7219: Explicitly define codec format
      ASoC: Intel: avs: rt5682: Explicitly define codec format

Cezary Rojewski (2):
      ASoC: Intel: avs: ssm4567: Remove nau8825 bits
      ASoC: Intel: avs: nau8825: Adjust clock control

Emil Abildgaard Svendsen (1):
      ASoC: hdmi-codec: only startup/shutdown on supported streams

Guenter Roeck (1):
      ASoC: da7219: Initialize jack_det_mutex

Jaska Uimonen (1):
      ASoC: SOF: ipc4-topology: set dmic dai index from copier

Krzysztof Kozlowski (1):
      ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP

Luca Ceresoli (1):
      ASoC: clarify that SND_SOC_IMX_SGTL5000 is the old driver

Mark Brown (2):
      ASoC: Intel: avs: Machine board fixes
      SoC: SOF: Intel: FIx device descriptions (missing

Peter Ujfalusi (1):
      ASoC: SOF: ipc3: Check for upper size limit for the received message

Pierre-Louis Bossart (4):
      ASoC: Intel: soc-acpi: fix copy-paste issue in topology names
      ASoC: SOF: Intel: pci-tng: revert invalid bar size setting
      ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and exiting reset
      ASoC: SOF: sof-audio: don't squelch errors in WIDGET_SETUP phase

Rander Wang (2):
      ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence
      ASoC: SOF: IPC4: update gain ipc msg definition to align with fw

Ranjani Sridharan (6):
      ASoC: SOF: Intel: MTL: Fix the device description
      ASoC: SOF: Intel: HDA: Fix device description
      ASoC: SOF: Intel: SKL: Fix device description
      ASOC: SOF: Intel: pci-tgl: Fix device description
      ASoC: SOF: topology: Fix error handling in sof_widget_ready()
      ASoC: SOF: sof-audio: Fix broken early bclk feature for SSP

Ravulapati Vishnu Vardhan Rao (1):
      ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds

Seppo Ingalsuo (1):
      ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit

 sound/soc/codecs/da7219-aad.c                     |  2 ++
 sound/soc/codecs/hdmi-codec.c                     | 11 ++++++++
 sound/soc/codecs/lpass-tx-macro.c                 | 11 ++++----
 sound/soc/fsl/Kconfig                             |  4 +++
 sound/soc/intel/avs/boards/da7219.c               | 21 ++++++++++++++
 sound/soc/intel/avs/boards/max98357a.c            | 22 +++++++++++++++
 sound/soc/intel/avs/boards/nau8825.c              | 14 +++++-----
 sound/soc/intel/avs/boards/rt5682.c               | 22 +++++++++++++++
 sound/soc/intel/avs/boards/ssm4567.c              | 31 ---------------------
 sound/soc/intel/common/soc-acpi-intel-adl-match.c |  2 +-
 sound/soc/qcom/qdsp6/q6prm.c                      |  4 +--
 sound/soc/sof/intel/hda-ctrl.c                    |  3 ++
 sound/soc/sof/intel/hda-dsp.c                     | 12 ++++++++
 sound/soc/sof/intel/pci-apl.c                     |  1 +
 sound/soc/sof/intel/pci-cnl.c                     |  2 ++
 sound/soc/sof/intel/pci-icl.c                     |  1 +
 sound/soc/sof/intel/pci-mtl.c                     |  1 +
 sound/soc/sof/intel/pci-skl.c                     |  2 ++
 sound/soc/sof/intel/pci-tgl.c                     |  7 +++++
 sound/soc/sof/intel/pci-tng.c                     |  6 +---
 sound/soc/sof/ipc3-topology.c                     | 32 +++++++++++++++++++--
 sound/soc/sof/ipc3.c                              |  5 ++--
 sound/soc/sof/ipc4-control.c                      |  3 +-
 sound/soc/sof/ipc4-topology.c                     | 21 ++++++++++----
 sound/soc/sof/ipc4-topology.h                     |  8 ++++--
 sound/soc/sof/sof-audio.c                         | 32 +++++++++++++++++----
 sound/soc/sof/topology.c                          | 34 +++++++++++------------
 27 files changed, 228 insertions(+), 86 deletions(-)

             reply	other threads:[~2023-03-09 21:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09 21:40 Mark Brown [this message]
2023-03-10  5:57 ` [GIT PULL] ASoC fixes for v6.3-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=20230309214053.A7739C433D2@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.