Hi,
This patchset is for current 'for-linus' remote branch[1], after merging PR from ALSA SoC part for v4.12-rc1[2].
The first two patch includes bug fixes introduced at former kernel releases, the rest is to suppress sparse.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/?h=fo... [2] http://mailman.alsa-project.org/pipermail/alsa-devel/2017-May/120308.html
Takashi Sakamoto (4): ASoC: codecs: da7213: fix invalid usage of bitwise operation in loop condition ASoC: codecs: msm8916: fix invalid cast to bool type ASoC: hisilicon: localize functions without external linkage ASoC: intel: atom: localize variable without external linkage
sound/soc/codecs/da7213.c | 14 +++++--------- sound/soc/codecs/msm8916-wcd-analog.c | 6 +++--- sound/soc/hisilicon/hi6210-i2s.c | 11 ++++++----- sound/soc/intel/atom/sst/sst.c | 2 +- 4 files changed, 15 insertions(+), 18 deletions(-)