ASoC: txx9: make snd_soc_platform_driver const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 14 Aug 2017 11:38:49 +0000 (17:08 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:21:24 +0000 (17:21 +0100)
commit42271d951c1f9a6a3ae0392d245256d973b2fc58
treeea18757d8c3638a3f3f709c8a720813416215a1c
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
ASoC: txx9: 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/txx9/txx9aclc.c