Message ID | 20200803123814.21801204EC@mail.kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] ASoC updates for v5.9 | expand |
On Mon, 03 Aug 2020 14:37:37 +0200, Mark Brown wrote: > > The following changes since commit 92ed301919932f777713b9172e525674157e983d: > > Linux 5.8-rc7 (2020-07-26 14:14:06 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.9 > > for you to fetch changes up to 84569f329f7fcb40b7b1860f273b2909dabf2a2b: > > Merge remote-tracking branch 'asoc/for-5.9' into asoc-next (2020-07-31 19:54:03 +0100) > > ---------------------------------------------------------------- > ASoC: Updates for v5.9 > > The biggest changes here one again come from Mormioto-san who has > continued his dilligent work cleaning up long standing issues in the > APIs, it's particularly nice to see the transition from digital_mute() > to mute_stream() finally completed. There's also been a lot of work on > the x86 code again, this time a big focus has been on cleaning up some > issues identified by various static tests, and on the Freescale systems. > Otherwise the biggest thing has been a lot of driver additions: > > - Convert users of digital_mute() to mute_stream(). > - Simplify I/O helper functions. > - Add a helper for getting the RTD from a substream. > - Many, many fixes and cleanups to the x86 code. > - New drivers for Freescale MQS and i.MX6sx, Intel KeemBay I2S, Maxim > MAX98360A and MAX98373 Soundwire, several Mediatek boards, nVidia > Tegra 186 and 210, RealTek RL6231, Samsung Midas and Aries boards (some > of the first phones I worked on!) and TI J721e EVM. Thanks, pulled now. But this caused a few compile warnings with my build tests (although the one in fsl seems to be a long-standing issue, casually triggered by the recent rewrite). I'll submit the fixups. Takashi