]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1
authorMark Brown <broonie@kernel.org>
Fri, 18 Jan 2019 19:14:36 +0000 (19:14 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 18 Jan 2019 19:14:36 +0000 (19:14 +0000)
commit8170159c59c0d263bc29bc84465e4cd4f6e00a74
tree028e1cb24c8e62663b78689ce7c91b2fdb86551c
parent78dbefc5e3e93943564cbb8e3701476afa262602
parentf103b8596256536acdbf1929dd36d99b3ada9f8a
Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1

ASoC: Fixes for v5.0

Quite a big batch of fixes here.  There's a couple of things going on,
the main one is that we found some issues with not deferring probe when
we should, causing us to skip some driver initialization.  The fixes for
this then in turn exposed some issues with how we were searching for
components which had previously gone unnoticed due to the original
issue.

There's also been the normal driver specific stuff and there's been what
looks like several batches of automated scanning for issues which have
generated quite a large set of smaller fixes for potential crashes and
missed error handling.
sound/soc/codecs/tlv320aic32x4.c
sound/soc/intel/atom/sst-mfld-platform-pcm.c
sound/soc/intel/boards/glk_rt5682_max98357a.c
sound/soc/soc-core.c