alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] ASoC: Compile fixes with W=1
@ 2016-12-08 17:31 Vinod Koul
  2016-12-08 17:31 ` [PATCH 01/14] ASoC: Intel: Skylake: remove unused 'ret' Vinod Koul
                   ` (13 more replies)
  0 siblings, 14 replies; 26+ messages in thread
From: Vinod Koul @ 2016-12-08 17:31 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, Vinod Koul, broonie

We seem to have few warnings in ASoC (I have tried only one config today)
when we compile with W=1. So this is first set to fix these warning, which
predominantly are unused but initialized variables. Few instances actually
helped remove a bit more code as well.


Vinod Koul (14):
  ASoC: Intel: Skylake: remove unused 'ret'
  ASoC: Intel: sst: remove unused 'msg_high'
  ASoC: Intel: sst: remove unused 'ops'
  ASoC: topology: remove unused 'err'
  ASoC: hdac_hdmi: remove unused 'dai_map'
  ASoC: max98090: remove superflous check for 'micbias'
  ASoC: AMD: remove unused ‘dma_buffer’
  ASoC: adau17x1: remove unused ‘ret’
  ASoC: max9867: remove unused ‘ret’
  ASoC: pcm3168a: remove unused ‘format’
  ASoC: img: remove unused ‘format’
  ASoC: Intel: sst: remove unused ‘ret_val’
  ASoC: samsung: smdk_wm8580: remove unused ‘bfs’
  ASoC: zx296702-i2s: remove unused ‘format’

 sound/soc/amd/acp-pcm-dma.c                  | 3 ---
 sound/soc/codecs/adau17x1.c                  | 3 +--
 sound/soc/codecs/hdac_hdmi.c                 | 5 -----
 sound/soc/codecs/max98090.c                  | 2 +-
 sound/soc/codecs/max9867.c                   | 5 ++---
 sound/soc/codecs/pcm3168a.c                  | 2 --
 sound/soc/img/img-parallel-out.c             | 2 --
 sound/soc/intel/atom/sst-mfld-platform-pcm.c | 4 ++--
 sound/soc/intel/atom/sst/sst_ipc.c           | 2 --
 sound/soc/intel/atom/sst/sst_stream.c        | 2 --
 sound/soc/intel/skylake/skl-topology.c       | 3 +--
 sound/soc/samsung/smdk_wm8580.c              | 5 +----
 sound/soc/soc-topology.c                     | 4 ++--
 sound/soc/zte/zx296702-i2s.c                 | 5 +----
 14 files changed, 11 insertions(+), 36 deletions(-)

-- 
1.9.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2016-12-15 12:22 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08 17:31 [PATCH 00/14] ASoC: Compile fixes with W=1 Vinod Koul
2016-12-08 17:31 ` [PATCH 01/14] ASoC: Intel: Skylake: remove unused 'ret' Vinod Koul
2016-12-15 12:21   ` Applied "ASoC: Intel: Skylake: remove unused 'ret'" to the asoc tree Mark Brown
2016-12-08 17:31 ` [PATCH 02/14] ASoC: Intel: sst: remove unused 'msg_high' Vinod Koul
2016-12-15 12:21   ` Applied "ASoC: Intel: sst: remove unused 'msg_high'" to the asoc tree Mark Brown
2016-12-08 17:31 ` [PATCH 03/14] ASoC: Intel: sst: remove unused 'ops' Vinod Koul
2016-12-15 12:21   ` Applied "ASoC: Intel: sst: remove unused 'ops'" to the asoc tree Mark Brown
2016-12-08 17:31 ` [PATCH 04/14] ASoC: topology: remove unused 'err' Vinod Koul
2016-12-15 12:21   ` Applied "ASoC: topology: remove unused 'err'" to the asoc tree Mark Brown
2016-12-08 17:31 ` [PATCH 05/14] ASoC: hdac_hdmi: remove unused 'dai_map' Vinod Koul
2016-12-15 12:21   ` Applied "ASoC: hdac_hdmi: remove unused 'dai_map'" to the asoc tree Mark Brown
2016-12-08 17:31 ` [PATCH 06/14] ASoC: max98090: remove superflous check for 'micbias' Vinod Koul
2016-12-15 12:21   ` Applied "ASoC: max98090: remove superflous check for 'micbias'" to the asoc tree Mark Brown
2016-12-08 17:31 ` [PATCH 07/14] ASoC: AMD: remove unused ‘dma_buffer’ Vinod Koul
2016-12-08 17:31 ` [PATCH 08/14] ASoC: adau17x1: remove unused ‘ret’ Vinod Koul
2016-12-08 17:31 ` [PATCH 09/14] ASoC: max9867: " Vinod Koul
2016-12-08 22:48   ` Fabio Estevam
2016-12-09  6:56     ` Vinod Koul
2016-12-15 11:22       ` Mark Brown
2016-12-08 17:31 ` [PATCH 10/14] ASoC: pcm3168a: remove unused ‘format’ Vinod Koul
2016-12-08 17:31 ` [PATCH 11/14] ASoC: img: " Vinod Koul
2016-12-08 17:31 ` [PATCH 12/14] ASoC: Intel: sst: remove unused ‘ret_val’ Vinod Koul
2016-12-08 17:31 ` [PATCH 13/14] ASoC: samsung: smdk_wm8580: remove unused ‘bfs’ Vinod Koul
2016-12-08 17:31 ` [PATCH 14/14] ASoC: zx296702-i2s: remove unused ‘format’ Vinod Koul
2016-12-09  2:47   ` Jun Nie
2016-12-15 11:36     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).