All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: Fix trival sparse warnings
@ 2014-06-19  7:40 Lars-Peter Clausen
  2014-06-19  7:40 ` [PATCH 1/5] ASoC: tlv320aic31xx: Remove duplicate const Lars-Peter Clausen
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Lars-Peter Clausen @ 2014-06-19  7:40 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood
  Cc: Brian Austin, Lars-Peter Clausen, Kuninori Morimoto, alsa-devel,
	Paul Handrigan, Peter Ujfalusi, Jyri Sarha, Jarkko Nikula

Hi,

This series fixes a couple of trivial issues that are reported when running
the sparse codechecker on the ASoC tree.

- Lars

Lars-Peter Clausen (5):
  ASoC: tlv320aic31xx: Remove duplicate const
  ASoC: cs42xx8: Make of match table static
  ASoC: omap-pcm: Include omap-pcm.h
  ASoC: rcar: Fix dma direction type
  ASoC: sh/fsi: Make one-bit bitfields unsigned

 sound/soc/codecs/cs42xx8.c       |  2 +-
 sound/soc/codecs/tlv320aic31xx.c | 21 ++++++++++-----------
 sound/soc/omap/omap-pcm.c        |  1 +
 sound/soc/sh/fsi.c               | 12 ++++++------
 sound/soc/sh/rcar/core.c         |  2 +-
 sound/soc/sh/rcar/rsnd.h         |  2 +-
 6 files changed, 20 insertions(+), 20 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2014-07-01  5:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  7:40 [PATCH 0/5] ASoC: Fix trival sparse warnings Lars-Peter Clausen
2014-06-19  7:40 ` [PATCH 1/5] ASoC: tlv320aic31xx: Remove duplicate const Lars-Peter Clausen
2014-06-21 19:57   ` Mark Brown
2014-06-19  7:40 ` [PATCH 2/5] ASoC: cs42xx8: Make of match table static Lars-Peter Clausen
2014-06-19 13:50   ` Brian Austin
2014-06-21 19:58   ` Mark Brown
2014-06-19  7:40 ` [PATCH 3/5] ASoC: omap-pcm: Include omap-pcm.h Lars-Peter Clausen
2014-06-21 20:00   ` Mark Brown
2014-06-30 16:48     ` Lars-Peter Clausen
2014-06-30 21:54       ` Mark Brown
2014-07-01  5:57         ` Lars-Peter Clausen
2014-06-19  7:40 ` [PATCH 4/5] ASoC: rcar: Fix dma direction type Lars-Peter Clausen
2014-06-19  9:12   ` Kuninori Morimoto
2014-06-19  9:24     ` Lars-Peter Clausen
2014-06-19  9:38       ` Kuninori Morimoto
2014-06-21 20:00   ` Mark Brown
2014-06-19  7:40 ` [PATCH 5/5] ASoC: sh/fsi: Make one-bit bitfields unsigned Lars-Peter Clausen
2014-06-19  9:12   ` Kuninori Morimoto
2014-06-21 20:02   ` Mark Brown

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.