On Mon, 14 Dec 2020 15:47:10 +0100, Mark Brown wrote:
The following changes since commit aa4cb898b80a28a610e26d1513e6dd42d995c225:
ASoC: rt5682: change SAR voltage threshold (2020-11-26 13:06:18 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.11
for you to fetch changes up to 460aa020f56c974a3e7e5b5378b2355fec6a2c11:
Merge remote-tracking branch 'asoc/for-5.11' into asoc-next (2020-12-11 17:48:04 +0000)
ASoC: Updates for v5.11
There's a lot of changes here but mostly cleanups and driver specific things, the most user visible change is the support for boot time selection of Intel DSP firmware which will make it easier for people to move over to the preferred modern implementations in distros and other large scale deployments.
This also includes a merge of the new auxillary bus which was done in anticipation of use by the Intel DSP drivers which didn't quite make it.
- Lots more cleanups and simplifications from Morimoto-san.
- Support for some basic DPCM systems in the audio graph card from Sameer Pujar.
- Remove some old pre-DT Freescale drivers for platforms that are now DT only.
- Move selection of which Intel DSP implementation to use to boot time rather than requiring it to be selected at build time.
- Support for Allwinner H6 I2S, Analog Devices ADAU1372, Intel Alderlake-S, GMediatek MT8192, NXP i.MX HDMI and XCVR, Realtek RT715, Qualcomm SM8250 and simple GPIO based muxes.
Thanks, pulled now.
Takashi