The following changes since commit 44ce45f866c1606f03a411fb2d2c0db4626403a6: Merge series "ASoC: Fix dailink checks for DPCM" from Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>: (2020-06-09 15:46:20 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.8-rc2 for you to fetch changes up to f141a422159a199f4c8dedb7e0df55b3b2cf16cd: ASoC: rockchip: Fix a reference count leak. (2020-06-18 17:21:58 +0100) ---------------------------------------------------------------- ASoC: Fixes for v5.8 This is a collection of mostly small fixes, mostly fixing fallout from some of the DPCM changes that went in last time around which shook out some issues on i.MX and Qualcomm platforms. The addition of a managed version of snd_soc_register_dai() is to fix resource leaks. There's also a few new device IDs for x86 systems. ---------------------------------------------------------------- Brent Lu (1): ASoC: SOF: Intel: hda: Clear RIRB status before reading WP Jack Yu (1): ASoC: rt1015: Update rt1015 default register value according to spec modification. Mark Brown (2): Merge series "ASoC: topology: fix use-after-free when removing components" from Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>: Merge series "ASoC: SOF: Intel: update PCI IDs" from Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>: Pierre-Louis Bossart (7): ASoC: soc-devres: add devm_snd_soc_register_dai() ASoC: soc-topology: use devm_snd_soc_register_dai() ASoC: soc-pcm: fix checks for multi-cpu FE dailinks ASoC: Intel: SOF: merge COMETLAKE_LP and COMETLAKE_H ASoC: SOF: Intel: add PCI ID for CometLake-S ASoC: SOF: Intel: add PCI IDs for ICL-H and TGL-H ASoC: hdac_hda: fix memleak with regmap not freed on remove Qiushi Wu (1): ASoC: rockchip: Fix a reference count leak. Ravulapati Vishnu vardhan rao (1): ASoC: amd: closing specific instance. Shengjiu Wang (5): ASoC: soc-card: export snd_soc_lookup_component_nolocked ASoC: dmaengine_pcm: export soc_component_to_pcm ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-End ASoC: fsl_asrc_dma: Fix data copying speed issue with EDMA ASoC: fsl_ssi: Fix bclk calculation for mono channel Srinivas Kandagatla (3): ASoC: q6asm: handle EOS correctly ASoc: q6afe: add support to get port direction ASoC: qcom: common: set correct directions for dailinks Steve Lee (1): ASoC: max98390: Update regmap readable reg and volatile derek.fang (1): ASoC: rt5682: Let dai clks be registered whether mclk exists or not include/sound/dmaengine_pcm.h | 11 +++ include/sound/soc.h | 6 ++ sound/hda/intel-dsp-config.c | 4 +- sound/soc/amd/raven/acp3x-pcm-dma.c | 30 ++++++-- sound/soc/codecs/hdac_hda.c | 16 +++-- sound/soc/codecs/max98390.c | 6 +- sound/soc/codecs/rt1015.c | 124 ++++++++++++++++++++-------------- sound/soc/codecs/rt1015.h | 15 +++- sound/soc/codecs/rt5682.c | 11 +-- sound/soc/fsl/fsl_asrc_common.h | 2 + sound/soc/fsl/fsl_asrc_dma.c | 47 +++++++++---- sound/soc/fsl/fsl_ssi.c | 13 ++-- sound/soc/intel/boards/Kconfig | 4 +- sound/soc/qcom/common.c | 14 +++- sound/soc/qcom/qdsp6/q6afe.c | 8 +++ sound/soc/qcom/qdsp6/q6afe.h | 1 + sound/soc/qcom/qdsp6/q6asm.c | 7 +- sound/soc/rockchip/rockchip_pdm.c | 4 +- sound/soc/soc-core.c | 3 +- sound/soc/soc-devres.c | 37 ++++++++++ sound/soc/soc-generic-dmaengine-pcm.c | 12 ---- sound/soc/soc-pcm.c | 6 +- sound/soc/soc-topology.c | 3 +- sound/soc/sof/intel/Kconfig | 29 +++----- sound/soc/sof/intel/hda-stream.c | 9 ++- sound/soc/sof/sof-pci-dev.c | 24 ++++--- 26 files changed, 295 insertions(+), 151 deletions(-)