ASoC: img: remove unused ‘format’
authorVinod Koul <vinod.koul@intel.com>
Thu, 8 Dec 2016 17:31:34 +0000 (23:01 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 15 Dec 2016 11:22:52 +0000 (11:22 +0000)
commitbfe48dffc80e530d5e61efcbf03637493c5ffc0e
treed28ae6605f1d1c737840daf7e581584dac9af0cc
parenta5de5b74a50113564a1e0850e2da96c37c35e55d
ASoC: img: remove unused ‘format’

In img_prl_out_hw_params(), 'format' is initialized but never used.
So remove it.

sound/soc/img/img-parallel-out.c: In function ‘img_prl_out_hw_params’:
sound/soc/img/img-parallel-out.c:126:19: warning: variable ‘format’ set but not used [-Wunused-but-set-variable]
  snd_pcm_format_t format;

Cc: Damien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/img/img-parallel-out.c