[alsa-devel] [PATCH 0/9] ASoC: Intel: fix Coccinelle and Sparse warnings

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Sun Dec 16 23:49:01 CET 2018


Make minor warnings go away to make sure Intel/SOF CI checks don't
fail and new issues are detected.

Sparse checks are not complete, the legacy stuff is just too messy to
fix, we only check for soc/sof/intel/boards since it's the only part
reused by SOF.

Pierre-Louis Bossart (9):
  ASoC: Intel: Skylake: remove useless cast
  ASoC: Intel: Skylake: simplify boolean tests
  ASoC: Intel: Haswell: remove unneeded semicolon
  ASoC: Intel: Haswell: assign booleans to true/false
  ASoC: Intel: Baytrail: remove unneeded variable
  ASoC: Intel: Baytrail: simplify boolean test
  ASoC: Intel: Atom: simplify boolean tests
  ASoC: Intel: Atom: work-around Coccinelle false-alarm
  ASoC: Intel: boards: use snd_mask_set_format in all machine drivers

 sound/soc/intel/atom/sst-atom-controls.c      | 4 ++--
 sound/soc/intel/atom/sst-mfld-platform-pcm.c  | 2 +-
 sound/soc/intel/atom/sst/sst_acpi.c           | 2 +-
 sound/soc/intel/atom/sst/sst_drv_interface.c  | 2 +-
 sound/soc/intel/atom/sst/sst_loader.c         | 2 +-
 sound/soc/intel/baytrail/sst-baytrail-ipc.c   | 3 +--
 sound/soc/intel/baytrail/sst-baytrail-pcm.c   | 2 +-
 sound/soc/intel/boards/glk_rt5682_max98357a.c | 2 +-
 sound/soc/intel/boards/kbl_da7219_max98927.c  | 4 ++--
 sound/soc/intel/haswell/sst-haswell-ipc.c     | 2 +-
 sound/soc/intel/haswell/sst-haswell-pcm.c     | 4 ++--
 sound/soc/intel/skylake/skl-messages.c        | 2 +-
 sound/soc/intel/skylake/skl-pcm.c             | 2 +-
 sound/soc/intel/skylake/skl-topology.c        | 2 +-
 14 files changed, 17 insertions(+), 18 deletions(-)


base-commit: ba26f635bf7253b42b08135152b18a2c8082abb7
-- 
2.17.1



More information about the Alsa-devel mailing list