ASoC: Intel: atom: make sst_platform_compr_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 13 Sep 2017 18:38:36 +0000 (00:08 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 19 Sep 2017 12:33:31 +0000 (13:33 +0100)
commit86cb5dee237be6cf6c432299b829a5e85ed35029
treeacb034d739b580dc8ef0a31bf24a3324fc3dbec1
parentae09a4783b9caf9307f303ef039f8297ce0371fe
ASoC: Intel: atom: make sst_platform_compr_ops const

Make this const as it not modified in the file referencing it.
It only stored in the const field 'compr_ops' of a snd_soc_platform_driver
structure. Also, add const to the declaration in the header file.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-mfld-platform-compress.c
sound/soc/intel/atom/sst-mfld-platform.h