[GIT PULL] ASoC fixes for v6.4-rc3
The following changes since commit 9be0b3a0074a61df1c94c37faea35ec8b9ea130b:
ASoC: SOF: Intel: hda-mlink: fixes and extensions (2023-05-16 00:13:09 +0900)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc3
for you to fetch changes up to 011a8719d6105dcb48077ea7a6a88ac019d4aa50:
ASoC: dwc: move DMA init to snd_soc_dai_driver probe() (2023-05-23 21:39:30 +0100)
---------------------------------------------------------------- ASoC: Fixes for v6.4
A collection of fixes for v6.4, mostly driver specific but there's also one fix for DPCM to avoid incorrectly repeated calls to prepare() which can trigger issues on some systems.
---------------------------------------------------------------- Amadeusz Sławiński (4): ASoC: Intel: avs: Fix module lookup ASoC: Intel: avs: Access path components under lock ASoC: Intel: avs: Fix avs_path_module::instance_id size ASoC: Intel: avs: Add missing checks on FE startup
Cezary Rojewski (3): ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg ASoC: Intel: avs: Fix declaration of enum avs_channel_config ASoC: Intel: avs: Account for UID of ACPI device
David Epping (1): ASoC: dt-bindings: tlv320aic32x4: Fix supply names
Mark Brown (1): ASoC: Intel: Fixes
Matthias Kaehlcke (1): ASoC: rt5682: Disable jack detection interrupt during suspend
Maxim Kochetkov (1): ASoC: dwc: move DMA init to snd_soc_dai_driver probe()
Ranjani Sridharan (1): ASoC: soc-pcm: test if a BE can be prepared
Ravulapati Vishnu Vardhan Rao (1): ASoC: lpass: Fix for KASAN use_after_free out of bounds
Stefan Binding (1): ASoC: cs35l41: Fix default regmap values for some registers
.../devicetree/bindings/sound/tlv320aic32x4.txt | 2 +- include/sound/soc-acpi.h | 1 + include/sound/soc-dpcm.h | 4 +++ include/uapi/sound/skl-tplg-interface.h | 3 +- sound/soc/codecs/cs35l41-lib.c | 6 ++-- sound/soc/codecs/lpass-tx-macro.c | 5 +++ sound/soc/codecs/rt5682-i2c.c | 4 ++- sound/soc/codecs/rt5682.c | 6 ++++ sound/soc/codecs/rt5682.h | 1 + sound/soc/dwc/dwc-i2s.c | 41 +++++----------------- sound/soc/intel/avs/apl.c | 6 +++- sound/soc/intel/avs/avs.h | 4 +-- sound/soc/intel/avs/board_selection.c | 2 +- sound/soc/intel/avs/control.c | 22 ++++++++---- sound/soc/intel/avs/dsp.c | 4 +-- sound/soc/intel/avs/messages.h | 2 +- sound/soc/intel/avs/path.h | 2 +- sound/soc/intel/avs/pcm.c | 23 +++++++++--- sound/soc/intel/avs/probes.c | 2 +- sound/soc/soc-pcm.c | 20 +++++++++++ 20 files changed, 101 insertions(+), 59 deletions(-)
On Wed, 24 May 2023 12:12:40 +0200, Mark Brown wrote:
The following changes since commit 9be0b3a0074a61df1c94c37faea35ec8b9ea130b:
ASoC: SOF: Intel: hda-mlink: fixes and extensions (2023-05-16 00:13:09 +0900)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc3
for you to fetch changes up to 011a8719d6105dcb48077ea7a6a88ac019d4aa50:
ASoC: dwc: move DMA init to snd_soc_dai_driver probe() (2023-05-23 21:39:30 +0100)
ASoC: Fixes for v6.4
A collection of fixes for v6.4, mostly driver specific but there's also one fix for DPCM to avoid incorrectly repeated calls to prepare() which can trigger issues on some systems.
Pulled now. Thanks.
Takashi
participants (2)
-
Mark Brown
-
Takashi Iwai