diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-03-13 20:46:40 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-15 14:34:16 +0100 |
commit | 943b73112dfdd6747871a3347f70de6876f4dd4b (patch) | |
tree | 54e60745b52efab45ed1a03483f4555a2d602367 /sound/soc/codecs/Kconfig | |
parent | ASoC: pxa: Add space around '=' (diff) | |
download | linux-943b73112dfdd6747871a3347f70de6876f4dd4b.tar.xz linux-943b73112dfdd6747871a3347f70de6876f4dd4b.zip |
ASoC: pxa: 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 .o files did not compile for all the changed .c files.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
0 files changed, 0 insertions, 0 deletions