27 Nov
2018
27 Nov
'18
4:15 p.m.
On Tue, 27 Nov 2018 15:44:53 +0100, Mark Brown wrote:
The following changes since commit 6be0f96d799f487f05eb412d362d5a1747d665c2:
ASoC: stm32: sai: fix master clock naming (2018-10-23 10:51:45 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v4.20-rc4
for you to fetch changes up to ffdcc3638c58d55a6fa68b6e5dfd4fb4109652eb:
ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE (2018-11-23 14:05:30 +0000)
ASoC: Fixes for v4.20
Lots of fixes here, the majority of which are driver specific but there's a couple of core things and one notable driver specific one:
- A core fix for a DAPM regression introduced during the component refactoring, we'd lost the code that forced a reevaluation of the DAPM graph after probe (which we suppress during init to save lots of recalcuation) and have now restored it.
- A core fix for error handling using the newly added for_each_rtd_codec_dai_rollback() macro.
- A fix for the names of widgets in the newly introduced pcm3060 driver, merged as a fix so we don't have a release with legacy names.
Pulled now, thanks.
Takashi