[alsa-devel] [PATCH v2 0/5] ASOC: fix sparse warnings
Takashi Sakamoto
o-takashi at sakamocchi.jp
Tue Sep 27 00:45:06 CEST 2016
Hi,
This patchset updates my previous one, and for Linux 4.8-rc8.
http://mailman.alsa-project.org/pipermail/alsa-devel/2016-July/110466.html
This 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
* complement missing 'static' and 'const' qualifier for file local symbols
Takashi Sakamoto (5):
ASOC: da7219: fix inappropriate condition statement
ASOC: sst-bxt-rt298: fix obsoleted initializers for array
ASOC: sst-bxt-da7219_max98357a: fix obsoleted initializers for array
ASOC: rt5616: add static qualifier for file local symbols
ASOC: 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