ASoC: fsl: constify snd_soc_ops structures
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 13 Mar 2017 19:12:22 +0000 (00:42 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 15 Mar 2017 13:34:32 +0000 (13:34 +0000)
commit5ace37bd7947e28dec5559a57ddc6e1d997dbec5
tree6bd71d30ec308d8034ab78ab38614f9164efd0c1
parentcb7d53b499f95febd4b5bc80a473706c717d5d2c
ASoC: fsl: constify snd_soc_ops structures

Declare snd_soc_ops structures as const as they are only stored
in the ops field of a snd_soc_dai_link structure. This field is
of type const, so snd_soc_ops structures having this property
can be made const too.

The following .o files did not compile:
sound/soc/fsl/{p1022_rdk.c/p1022_ds.c/mpc8610_hpcd.c}

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/eukrea-tlv320.c
sound/soc/fsl/imx-mc13783.c
sound/soc/fsl/mpc8610_hpcd.c
sound/soc/fsl/mx27vis-aic32x4.c
sound/soc/fsl/p1022_ds.c
sound/soc/fsl/p1022_rdk.c
sound/soc/fsl/phycore-ac97.c
sound/soc/fsl/wm1133-ev1.c