The following changes since commit 39870b0dec68ed7dd814beb697e541670975c7d8:
ASoC: DMI long name - avoid to add board name if matches with product name (2019-11-22 19:54:50 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.5-rc2
for you to fetch changes up to 556672d75ff486e0b6786056da624131679e0576:
ASoC: wm8962: fix lambda value (2019-12-16 11:47:28 +0000)
---------------------------------------------------------------- ASoC: Fixes for v5.5
A collection of fixes since the merge window, mostly driver specific but there's a few in the core that clean up fallout from the refactorings done in the last cycle.
---------------------------------------------------------------- Amery Song (1): ASoC: Intel: common: work-around incorrect ACPI HID for CML boards
Curtis Malainey (3): ASoC: core: Init pcm runtime work early to avoid warnings ASoC: core: only flush inited work during free ASoC: SOF: Intel: split cht and byt debug window sizes
Daniel Baluta (2): ASoC: SOF: topology: Fix unload for SAI/ESAI ASoC: simple-card: Don't create separate link when platform is present
Dragos Tarcatu (2): ASoC: topology: Check return value for snd_soc_add_dai_link() ASoC: topology: Check return value for soc_tplg_pcm_create()
Hans de Goede (1): ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89
Karol Trzcinski (2): ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data
Keyon Jie (1): ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump()
Michael Walle (1): ASoC: wm8904: fix automatic sysclk configuration
Shengjiu Wang (1): ASoC: wm8962: fix lambda value
Shuming Fan (1): ASoC: rt5682: fix i2c arbitration lost issue
Tzung-Bi Shih (3): ASoC: max98090: remove msleep in PLL unlocked workaround ASoC: max98090: exit workaround earlier if PLL is locked ASoC: max98090: fix possible race conditions
Yu-Hsuan Hsu (1): ASoC: AMD: Enable clk in startup intead of hw_params
YueHaibing (2): ASoC: rt5677: Fix build error without CONFIG_SPI ASoC: Intel: sst: Add missing include <linux/io.h>
include/sound/soc.h | 1 + sound/soc/amd/acp-da7219-max98357a.c | 46 +++++++---------------- sound/soc/codecs/max98090.c | 30 ++++++++++----- sound/soc/codecs/max98090.h | 1 - sound/soc/codecs/rt5677-spi.h | 16 ++++++++ sound/soc/codecs/rt5682.c | 2 + sound/soc/codecs/wm8904.c | 6 +++ sound/soc/codecs/wm8962.c | 4 +- sound/soc/generic/simple-card.c | 6 +++ sound/soc/intel/atom/sst/sst.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 8 +++- sound/soc/intel/common/soc-acpi-intel-cml-match.c | 41 +++++++++++--------- sound/soc/soc-compress.c | 6 +-- sound/soc/soc-core.c | 13 ++++++- sound/soc/soc-pcm.c | 11 ++---- sound/soc/soc-topology.c | 27 +++++++++---- sound/soc/sof/intel/byt.c | 25 ++++++------ sound/soc/sof/loader.c | 7 +++- sound/soc/sof/topology.c | 4 +- 19 files changed, 158 insertions(+), 97 deletions(-)