[alsa-devel] [PATCH 0/5] ALSA: soc: fix sparse warnings

Takashi Sakamoto o-takashi at sakamocchi.jp
Tue Jul 26 15:41:52 CEST 2016


Hi,

This patchset is to fix some sparse warnings in ALSA SoC part. Below items
are going to be fixed:
 * fix a condition statement with a logical operation
 * purge old way to initialize array
 * missing 'static' qualifier for file local symbols

Although I got many warnings from Intel SST drivers due to confusions of
address spaces (__iomem and __kernel), I still left them as they are,
because they require more codes to fix. I hope Intel developers will
do additional work for them...


Takashi Sakamoto (5):
  ALSA: soc-da7219: fix inappropriate condition statement
  ALSA: soc-sst-bxt-rt298: fix obsoleted initializers for array
  ALSA: soc-sst-bxt-da7219_max98357a: fix obsoleted initializers for
    array
  ALSA: soc-rt5616: add static qualifier for file local symbols
  ALSA: soc-tpa6130a2: add static qualifier for file local symbols

 sound/soc/codecs/da7219.c                     |  2 +-
 sound/soc/codecs/rt5616.c                     |  4 ++--
 sound/soc/codecs/tpa6130a2.c                  |  2 +-
 sound/soc/intel/boards/bxt_da7219_max98357a.c | 12 ++++++------
 sound/soc/intel/boards/bxt_rt298.c            | 14 +++++++-------
 5 files changed, 17 insertions(+), 17 deletions(-)

-- 
2.7.4



More information about the Alsa-devel mailing list