ASoC: Intel: constify snd_compr_codec_caps structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 12 Aug 2017 06:33:02 +0000 (08:33 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 16 Aug 2017 11:01:23 +0000 (12:01 +0100)
commit70bad123ea5bec47329bc8681cbb8e8431188ba2
tree4e24397bebe4a0a7823f17a0d11afeb10487af5c
parent2788808a1bb4dd0b20c4cea2a98b9fda4c354682
ASoC: Intel: constify snd_compr_codec_caps structures

These snd_compr_codec_caps structures are only copied into other
structures, so they can be const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst/sst_drv_interface.c