* [GIT PULL] ASoC fixes for v6.3-rc1
@ 2023-03-09 21:40 Mark Brown
2023-03-10 5:57 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2023-03-09 21:40 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Liam Girdwood, alsa-devel, Mark Brown
[-- 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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] ASoC fixes for v6.3-rc1
2023-03-09 21:40 [GIT PULL] ASoC fixes for v6.3-rc1 Mark Brown
@ 2023-03-10 5:57 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-03-10 5:57 UTC (permalink / raw)
To: Mark Brown; +Cc: Liam Girdwood, alsa-devel
On Thu, 09 Mar 2023 22:40:44 +0100,
Mark Brown wrote:
>
> 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.
Thanks, pulled now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-10 5:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09 21:40 [GIT PULL] ASoC fixes for v6.3-rc1 Mark Brown
2023-03-10 5:57 ` Takashi Iwai
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.