ASoC: qcom: make snd_soc_platform_driver const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 14 Aug 2017 11:38:46 +0000 (17:08 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:20:22 +0000 (17:20 +0100)
commit50d50c33d29a868bd58e0f320c19b9e9e7084a2a
tree7db5e09dc4473c3f865d24badcdf2f305674e049
parent3a88a3757dc654c29c87f4537053d0f3dc28d9e0
ASoC: qcom: make snd_soc_platform_driver const

Make this const as it is only passed as the 2nd argument to the
function devm_snd_soc_register_platform, which is of type const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-platform.c