On Mon, 16 May 2016 15:02:41 +0200, Takashi Iwai wrote:
On Mon, 16 May 2016 13:11:42 +0200, Mark Brown wrote:
The following changes since commit af9cc93c0dee5fc1f9fa32cd9d79a456738a21be:
Merge tag 'asoc-fix-v4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus (2016-04-27 17:30:49 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v4.7
for you to fetch changes up to 515511a7920c69aebf7f5fef0cb8e1df6767f34c:
Merge remote-tracking branch 'asoc/topic/hdmi' into asoc-next (2016-05-13 14:27:16 +0100)
The diffstat looks terrible because it picks up a couple of -rcs from Linus as well as the actual new changes.
ASoC: Updates for v4.7
The updates this time around are almost all driver code:
- Further slow progress on the topology code.
- Substantial updates and improvements for the da7219, es8328, fsl-ssi Intel and rcar drivers.
Pulled now, thanks.
BTW, one trivial warning to be fixed is:
sound/soc/codecs/hdac_hdmi.c:1721:16: warning: unused variable ‘timeout’ [-Wunused-variable]
Introduced in the commit b2047e996cd8 ASoC: hdac_hdmi: add link management
Takashi