diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-08-14 08:56:28 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-14 19:23:23 +0300 |
commit | f70eab3aad004b7496755ec77763bfd6e2eff553 (patch) | |
tree | e61cb43c323ff2e0f4b1db9b4a8442231f05dd00 /sound/soc/codecs/pcm179x.c | |
parent | 83823c43c25a62b529f9dbad48c182b3d1fdddd1 (diff) | |
download | linux-f70eab3aad004b7496755ec77763bfd6e2eff553.tar.xz |
ASoC: nuc900: constify snd_pcm_ops structures
snd_pcm_ops are not supposed to change at runtime. All functions
working with snd_pcm_ops provided by <sound/soc.h> work with
const snd_pcm_ops. So mark the non-const structs as const.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/pcm179x.c')
0 files changed, 0 insertions, 0 deletions