• Vinod Koul's avatar
    ASoC: img: remove unused ‘format’ · bfe48dff
    Vinod Koul authored
    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: default avatarVinod Koul <vinod.koul@intel.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    bfe48dff
img-parallel-out.c 7.52 KB