All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: soc: fix sparse warnings
@ 2016-07-26 13:41 Takashi Sakamoto
  2016-07-26 13:41 ` [PATCH 1/5] ALSA: soc-da7219: fix inappropriate condition statement Takashi Sakamoto
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Takashi Sakamoto @ 2016-07-26 13:41 UTC (permalink / raw)
  To: tiwai, broonie; +Cc: alsa-devel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-09-28 18:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 13:41 [PATCH 0/5] ALSA: soc: fix sparse warnings Takashi Sakamoto
2016-07-26 13:41 ` [PATCH 1/5] ALSA: soc-da7219: fix inappropriate condition statement Takashi Sakamoto
2016-07-26 14:14   ` Adam Thomson
2016-09-28 18:27   ` Applied "ASoC: da7219: fix inappropriate condition statement" to the asoc tree Mark Brown
2016-07-26 13:41 ` [PATCH 2/5] ALSA: soc-sst-bxt-rt298: fix obsoleted initializers for array Takashi Sakamoto
2016-07-27  3:14   ` Vinod Koul
2016-09-27 16:18   ` Applied "ASoC: sst-bxt-rt298: fix obsoleted initializers for array" to the asoc tree Mark Brown
2016-07-26 13:41 ` [PATCH 3/5] ALSA: soc-sst-bxt-da7219_max98357a: fix obsoleted initializers for array Takashi Sakamoto
2016-07-27  3:15   ` Vinod Koul
2016-07-27  3:38     ` Takashi Sakamoto
2016-07-27  6:00       ` Vinod Koul
2016-07-26 13:41 ` [PATCH 4/5] ALSA: soc-rt5616: add static qualifier for file local symbols Takashi Sakamoto
2016-09-27 16:18   ` Applied "ASoC: rt5616: add static qualifier for file local symbols" to the asoc tree Mark Brown
2016-07-26 13:41 ` [PATCH 5/5] ALSA: soc-tpa6130a2: add static qualifier for file local symbols Takashi Sakamoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.