OSDN Git Service

ASoC: fsl: make snd_soc_platform_driver const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 14 Aug 2017 11:38:42 +0000 (17:08 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 16:18:04 +0000 (17:18 +0100)
commit779238e28e42ff49f314df217de146b14d72c582
tree31637f3bf5b3038bdba7afc5491e2ae475277d50
parentb6ed072028705620ea2937ddafd77a202df034af
ASoC: fsl: make snd_soc_platform_driver const

Make these const as they are only passed as the 2nd argument to the function
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/fsl/imx-pcm-fiq.c
sound/soc/fsl/mpc5200_dma.c