The following changes since commit ccfc531695f3a4aada042f6bdb33ac6be24e1aec: ASoC: cs4270: pull reset GPIO low then high (2020-04-07 15:29:54 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.7-rc2 for you to fetch changes up to 1e060a453c8604311fb45ae2f84f67ed673329b4: ASoC: wm8960: Fix wrong clock after suspend & resume (2020-04-21 15:43:22 +0100) ---------------------------------------------------------------- ASoC: Fixes for v5.7 Quite a lot of fixes here, a lot of driver specific ones but the biggest one is the revert of changes to the startup and shutdown sequence for DAIs that went in during the merge window - they broke some older x86 platforms and attempts to fix them didn't succeed so it's safer to just roll them back and try to make sure those platforms are handled properly in any future attempt. The rockchip S/PDIF DT stuff was IIRC for validation issues. ---------------------------------------------------------------- Akshu Agrawal (1): ASoC: amd: Fix button configuration Amadeusz Sławiński (8): ASoC: topology: Add missing memory checks ASoC: topology: Check return value of soc_tplg_create_tlv ASoC: topology: Check return value of soc_tplg_*_create ASoC: topology: Check soc_tplg_add_route return value ASoC: topology: Check return value of pcm_new_ver ASoC: topology: Check return value of soc_tplg_dai_config ASoC: topology: Fix endianness issue ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry Bjorn Andersson (1): ASoC: qcom: common: Silence duplicate parse error messages Charles Keepax (4): ASoC: dapm: Fix regression introducing multiple copies of DAI widgets ASoC: dapm: Move error message to avoid some duplication ASoC: dapm: Remove dapm_connect_dai_link_widgets helper ASoC: madera: Remove a couple of stray blank lines Gyeongtaek Lee (1): ASoC: dapm: fixup dapm kcontrol widget Jason Yan (2): ASoC: intel: soc-acpi-intel-icl-match: remove useless 'rt1308_2_adr' ASoC: Intel: soc-acpi-intel-cml-match: remove useless 'rt1308_2_adr' Jerome Brunet (2): ASoC: meson: axg-card: fix codec-to-codec link setup ASoC: meson: gx-card: fix codec-to-codec link setup Johan Jonker (4): ASoC: convert rockchip spdif bindings to yaml ASoC: rockchip-spdif: add #sound-dai-cells property ASoC: rockchip-spdif: add power-domains property ASoC: rockchip-i2s: add power-domains property Krzysztof Kozlowski (1): ASoC: samsung: s3c24xx-i2s: Fix build after removal of DAI suspend/resume Mark Brown (3): Merge series "ASoC: rsnd: Fixes for multichannel HDMI audio output" from Matthias Blankertz <matthias.blankertz@xxxxxxxxxxx>: Merge series "ASoC: meson: fix codec-to-codec link setup" from Jerome Brunet <jbrunet@xxxxxxxxxxxx>: Merge series "ASoC: rsnd: multi-SSI setup fixes" from Matthias Blankertz <matthias.blankertz@xxxxxxxxxxx>: Matthias Blankertz (4): ASoC: rsnd: Fix parent SSI start/stop in multi-SSI mode ASoC: rsnd: Fix HDMI channel mapping for multi-SSI mode ASoC: rsnd: Don't treat master SSI in multi SSI setup as parent ASoC: rsnd: Fix "status check failed" spam for multi-SSI Olivier Moysan (1): ASoC: stm32: sai: fix sai probe Philipp Puschmann (1): ASoC: tas571x: disable regulators on failed probe Pierre-Louis Bossart (2): ASoC: soc-dai: revert all changes to DAI startup/shutdown sequence ASoC: SOF: Intel: add min/max channels for SSP on Baytrail/Broadwell Sebastian Fricke (1): soc/stm/stm32_sub_sai: Add missing '\n' in log messages Sebastian Reichel (1): ASoC: sgtl5000: Fix VAG power-on handling Shengjiu Wang (1): ASoC: wm8960: Fix wrong clock after suspend & resume Srinivas Kandagatla (1): ASoC: wsa881x: mark read_only_wordlength flag Stephan Gerhold (2): ASoC: soc-pcm: dpcm: Only allow playback/capture if supported ASoC: q6dsp6: q6afe-dai: add missing channels to MI2S DAIs YueHaibing (1): ASoC: wm89xx: Add missing dependency .../devicetree/bindings/sound/rockchip-i2s.yaml | 3 + .../devicetree/bindings/sound/rockchip-spdif.txt | 45 ------- .../devicetree/bindings/sound/rockchip-spdif.yaml | 101 ++++++++++++++ include/sound/soc-dai.h | 1 - include/sound/soc.h | 3 + sound/soc/amd/acp3x-rt5682-max9836.c | 6 +- sound/soc/codecs/Kconfig | 3 + sound/soc/codecs/hdac_hdmi.c | 6 +- sound/soc/codecs/madera.c | 4 - sound/soc/codecs/sgtl5000.c | 34 +++++ sound/soc/codecs/sgtl5000.h | 1 + sound/soc/codecs/tas571x.c | 20 ++- sound/soc/codecs/wm8960.c | 3 +- sound/soc/codecs/wsa881x.c | 4 + sound/soc/intel/common/soc-acpi-intel-cml-match.c | 8 -- sound/soc/intel/common/soc-acpi-intel-icl-match.c | 8 -- sound/soc/meson/axg-card.c | 4 +- sound/soc/meson/gx-card.c | 4 +- sound/soc/qcom/apq8096.c | 4 +- sound/soc/qcom/qdsp6/q6afe-dai.c | 16 +++ sound/soc/qcom/sdm845.c | 4 +- sound/soc/samsung/s3c-i2s-v2.c | 57 -------- sound/soc/samsung/s3c2412-i2s.c | 56 ++++++++ sound/soc/sh/rcar/ssi.c | 11 +- sound/soc/sh/rcar/ssiu.c | 2 +- sound/soc/soc-dai.c | 11 +- sound/soc/soc-dapm.c | 147 +++++++++++---------- sound/soc/soc-pcm.c | 13 +- sound/soc/soc-topology.c | 115 ++++++++++++---- sound/soc/sof/intel/bdw.c | 16 +++ sound/soc/sof/intel/byt.c | 48 +++++++ sound/soc/stm/stm32_sai_sub.c | 14 +- 32 files changed, 509 insertions(+), 263 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/rockchip-spdif.txt create mode 100644 Documentation/devicetree/bindings/sound/rockchip-spdif.yaml
Attachment:
signature.asc
Description: PGP signature