On Mon, 06 May 2019 16:11:44 +0200, Mark Brown wrote:
The following changes since commit e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd:
Linux 5.1 (2019-05-05 17:42:58 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.2
for you to fetch changes up to 378d590c494551a68a824b939c711bb9a280e9ef:
Merge branch 'asoc-5.2' into asoc-next (2019-05-06 22:51:54 +0900)
ASoC: Updates for v5.2
This is a pretty huge set of changes, it's been a pretty active release all round but the big thing with this release is the Sound Open Firmware changes from Intel, providing another DSP framework for use with the DSPs in their SoCs. This one works with the firmware of the same name which is free software (unlike the previous DSP firmwares and framework) and there has been some interest in adoption by other systems already so hopefully we will see adoption by other vendors in the future.
Other highlights incldue:
- Support for MCLK/sample rate ratio setting in the generic cards.
- Support for pin switches in the generic cards.
- A big set of improvements to the TLV320AIC32x4 drivers from Annaliese McDermond.
- New drivers for Freescale audio mixers, several Intel machines, several Mediatek machines, Meson G12A, Sound Open Firmware and Spreadtrum compressed audio and DMA devices.
Thanks, pulled now.
But it gave the following compile warning:
sound/soc/rockchip/rockchip_pdm.c: In function ‘rockchip_pdm_hw_params’: sound/soc/rockchip/rockchip_pdm.c:179:3: warning: ‘clk_out’ may be used uninitialized in this function [-Wmaybe-uninitialized] rational_best_approximation(clk_out, clk_src, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GENMASK(16 - 1, 0), ~~~~~~~~~~~~~~~~~~~ GENMASK(16 - 1, 0), ~~~~~~~~~~~~~~~~~~~ &m, &n); ~~~~~~~
Is a fix on your tree already?
thanks,
Takashi