[alsa-devel] [PATCH 0/6] ASoC: Fix sparse warnings

Lars-Peter Clausen lars at metafoo.de
Mon Jul 27 10:56:22 CEST 2015


Hi,

This series fixes a couple of sparse warnings that have appeared recently
in the ASoC tree. Non of them are critical mostly just missing annotations
or storage qualifiers. It still makes sense to fix those though since it
reduces the noise that has to be filtered through when checking new code
for new (potentially critical) warnings.

- Lars

Lars-Peter Clausen (6):
  ASoC: wm8804: Drop dublicate const
  ASoC: lpass-ipq806x: Staticise local symbols
  ASoC: rcar ctu: Staticise local symbols
  ASoC: uniperf: Add missing __iomem annotation
  ASoC: uniperf: Staticise local symbols
  ASoC: xtfpga-i2s: Add missing __rcu annotation

 sound/soc/codecs/wm8804.c       | 2 +-
 sound/soc/qcom/lpass-ipq806x.c  | 2 +-
 sound/soc/sh/rcar/ctu.c         | 2 +-
 sound/soc/sti/uniperif.h        | 2 +-
 sound/soc/sti/uniperif_player.c | 2 +-
 sound/soc/xtensa/xtfpga-i2s.c   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.1.4



More information about the Alsa-devel mailing list