[PATCH] ASoC: Intel: atom: make sst_platform_compr_ops const

2017-09-13 Thread Bhumika Goyal
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 ---

[PATCH] ASoC: Intel: atom: make sst_platform_compr_ops const

2017-09-13 Thread Bhumika Goyal
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 --- sound/soc/intel/atom/sst-mfld-platform-compress.c | 2 +-