[GIT PULL] sound fixes for 5.9-rc6

From: Takashi Iwai
Date: Fri Sep 18 2020 - 13:12:27 EST


Linus,

please pull sound fixes for v5.9-rc6 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.9-rc6

The topmost commit is 8949b6660c3c7947a9b696c97eb85a32abe4a2d7

----------------------------------------------------------------

sound fixes for 5.9-rc6

Here is a collection of fixes for 5.9. All look small and are
nothing scary. The majority of changes are about ASoC driver-
specific fixes, while there are a couple of ASoC core fixes (DAI
lookup and lockdep stuff) and usual HD-audio quirks.

----------------------------------------------------------------

Brent Lu (1):
ASoC: intel: atom: Add period size constraint

Camel Guo (2):
ASoC: tlv320adcx140: Fix accessing uninitialized adcx140->dev
ASoC: tlv320adcx140: Wake up codec before accessing register

Cezary Rojewski (2):
ASoC: Intel: haswell: Fix power transition refactor
ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failure

Dinghao Liu (1):
ASoC: qcom: common: Fix refcount imbalance on error

Hans de Goede (1):
ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1

Hui Wang (1):
ALSA: hda/realtek - The Mic on a RedmiBook doesn't work

Jerome Brunet (1):
ASoC: meson: axg-toddr: fix channel order on g12 platforms

Kuninori Morimoto (3):
ASoC: pcm3168a: ignore 0 Hz settings
ASoC: ti: fixup ams_delta_mute() function name
ASoC: soc-core: add snd_soc_find_dai_with_mutex()

Luke D Jones (1):
ALSA: hda: fixup headset for ASUS GX502 laptop

Mateusz Gorski (1):
ASoC: Intel: skl_hda_dsp_generic: Fix NULLptr dereference in autosuspend delay

Rander Wang (1):
ASoC: Intel: tgl_max98373: fix a runtime pm issue in multi-thread case

Stephan Gerhold (1):
ASoC: qcom: Set card->owner to avoid warnings

Sylwester Nawrocki (2):
ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811
ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions

Vinod Koul (5):
ASoC: max98373: Fix return check for devm_regmap_init_sdw()
ASoC: rt1308-sdw: Fix return check for devm_regmap_init_sdw()
ASoC: rt711: Fix return check for devm_regmap_init_sdw()
ASoC: rt715: Fix return check for devm_regmap_init_sdw()
ASoC: rt700: Fix return check for devm_regmap_init_sdw()

---
include/sound/soc.h | 4 +
sound/pci/hda/patch_realtek.c | 78 +++++++++++
sound/soc/codecs/max98373-sdw.c | 4 +-
sound/soc/codecs/pcm3168a.c | 7 +
sound/soc/codecs/rt1308-sdw.c | 4 +-
sound/soc/codecs/rt700-sdw.c | 4 +-
sound/soc/codecs/rt711-sdw.c | 4 +-
sound/soc/codecs/rt715-sdw.c | 4 +-
sound/soc/codecs/tlv320adcx140.c | 28 ++--
sound/soc/codecs/wm8994.c | 10 ++
sound/soc/codecs/wm_hubs.c | 3 +
sound/soc/codecs/wm_hubs.h | 1 +
sound/soc/intel/atom/sst-mfld-platform-pcm.c | 11 ++
sound/soc/intel/boards/bytcr_rt5640.c | 10 ++
sound/soc/intel/boards/skl_hda_dsp_generic.c | 2 +-
sound/soc/intel/boards/sof_maxim_common.c | 7 +-
sound/soc/intel/haswell/sst-haswell-dsp.c | 185 ++++++++++++---------------
sound/soc/meson/axg-toddr.c | 24 +++-
sound/soc/qcom/apq8016_sbc.c | 1 +
sound/soc/qcom/apq8096.c | 1 +
sound/soc/qcom/common.c | 6 +-
sound/soc/qcom/sdm845.c | 1 +
sound/soc/qcom/storm.c | 1 +
sound/soc/soc-core.c | 13 ++
sound/soc/soc-dai.c | 4 +-
sound/soc/soc-pcm.c | 2 +-
sound/soc/ti/ams-delta.c | 4 +-
27 files changed, 284 insertions(+), 139 deletions(-)